Skip to content

Commit

Permalink
more edits
Browse files Browse the repository at this point in the history
Relates #26
  • Loading branch information
alaa-yasin committed Sep 24, 2019
1 parent a838ec3 commit 9ccff50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/postFeedbackTest.js → test/feedback.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const app = require('../server/app');

tape('testing post feedback route', (t) => {
supertest(app)
.post('/api/v1/postfeedback')
.post('/api/v1/post-feedback')
.send({ orderId: 2, email: '[email protected]', feedback: 'Every thing is good' })
.expect('Content-Type', /json/)
.expect(200)
Expand Down

0 comments on commit 9ccff50

Please sign in to comment.