Skip to content

Commit

Permalink
Run test-operation on swagger-relative-refs.yaml too
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis committed Dec 21, 2016
1 parent 19b0673 commit 8b6f9be
Show file tree
Hide file tree
Showing 2 changed files with 758 additions and 318 deletions.
2 changes: 1 addition & 1 deletion test/test-issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('issues', function () {
.catch(function (err) {
var errorMessages = [
'Cannot read property \'consumes\' of null', // Node.js
'null is not an object (evaluating \'definition.consumes\')' // PhantomJS (browser)
'null is not an object (evaluating \'definitionFullyResolved.consumes\')' // PhantomJS (browser)
];

assert.ok(errorMessages.indexOf(err.message) > -1);
Expand Down
Loading

0 comments on commit 8b6f9be

Please sign in to comment.