Skip to content

Commit

Permalink
udpated message
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurvir committed Apr 8, 2024
1 parent f685ab8 commit c44a05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/controllers/controlCenter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe('API tests for triggering a roadblock', ()=>{

const response = await request(app).post('/trigger-exception').send({
"point":[39.7408351, -104.9874105],
"message": "Roadblock ahead due to an accident!"
"message": "There is a roadblock on your selected route due to an accident!"
})

expect(response.status).equal(200)
Expand Down

0 comments on commit c44a05e

Please sign in to comment.