Cleaned up some indentation
This commit is contained in:
+6
-6
@@ -19,12 +19,12 @@ describe('POST /msg/:id', function () {
|
|||||||
|
|
||||||
it('respond with 201 created', function (done) {
|
it('respond with 201 created', function (done) {
|
||||||
request(app)
|
request(app)
|
||||||
.post('/msg/1')
|
.post('/msg/1')
|
||||||
.type('form')
|
.type('form')
|
||||||
.send(data)
|
.send(data)
|
||||||
.set('Accept', 'application/json')
|
.set('Accept', 'application/json')
|
||||||
.expect('Content-Type', /json/)
|
.expect('Content-Type', /json/)
|
||||||
.expect(201, done);
|
.expect(201, done);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('respond with 400 not updated', function (done) {
|
it('respond with 400 not updated', function (done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user