fix tests
This commit is contained in:
parent
4262e6b274
commit
e8c9da46b6
4 changed files with 8 additions and 5 deletions
|
|
@ -209,7 +209,7 @@ describe('Plugins', function() {
|
|||
/* jshint expr: true */
|
||||
response.should.be.an.Object;
|
||||
response.should.have.property('statusCode');
|
||||
response.statusCode.should.equal(204);
|
||||
response.statusCode.should.equal(201);
|
||||
/* jshint expr: false */
|
||||
|
||||
done();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue