it('reports error when the submission with higher score is existing', async () => {
            await chai.request(app).post('/stages/wire01/submissions').send({
                name: 'hakatashi',
                board: validBoard,
                score: validBoardScore,