it('reports 400 error when attempted to post invalid board', async () => {
            const res = await chai.request(app).post('/stages/wire01/submissions').send({
                name: 'hakatashi',
                board: invalidBoard,
                score: invalidBoardScore,