We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c73106f + 520cdd2 commit b9fb4fdCopy full SHA for b9fb4fd
1 file changed
test/simple-test.js
@@ -57,7 +57,7 @@ describe('simple acceptance', function() {
57
.then(function(response) {
58
expect(response.statusCode).to.equal(500);
59
expect(response.headers["content-type"]).to.eq("text/html; charset=utf-8");
60
- expect(response.body).to.equal("BOOM\n");
+ expect(response.body).to.contain("BOOM");
61
});
62
63
0 commit comments