Skip to content

Commit

Permalink
Use a better test name for non-200 responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Apr 11, 2015
1 parent 4d507a0 commit b5b619e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = function (options) {

if (status !== 200) {
report.ok = false;
report.name = 'should respond with HTTP status 200';
report.operator = 'error';
}
}
Expand Down

0 comments on commit b5b619e

Please sign in to comment.