it('reports 404 error when attempted to submit to unknown stage', async () => {
            const res = await chai.request(app).post('/stages/hoge/submissions').send({
                name: 'hakatashi',
                board: validBoard,
                score: validBoardScore,