Fix chai-http-tests

This commit is contained in:
Peter Grman
2015-05-06 16:01:36 +02:00
parent a83e9f9af0
commit c881f4356a
+1 -2
View File
@@ -41,8 +41,7 @@ chai.request(app)
chai.request(app)
.get('/search')
.query('name', 'foo')
.query('limit', '10');
.query({name: 'foo', limit: 10});
chai.request(app)
.put('/user/me')