Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Jun 8, 2018
1 parent 38e9cf3 commit 8505504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/controllers/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ function autocompleteTests(url, factoryName) {

return server.inject(url)
.then(() => {
elasticsearch.search.calledWithMatch({ q: undefined }).should.be.true();
elasticsearch.search.calledWithMatch({ q: '*' }).should.be.true();
});
});

Expand Down

0 comments on commit 8505504

Please sign in to comment.