Skip to content

Commit

Permalink
fixed assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jan 29, 2017
1 parent 9a577e2 commit 26a66b3
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions public/fusio/tests/app/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,20 +219,9 @@ describe('Routes tests', function() {
json: true,
simple: false
})).toEqual({
totalResults: 2,
itemsPerPage: 16,
startIndex: 0,
entry: [{
id: '2',
title: 'bar',
content: 'foo',
date: '2015-02-27 19:59:15'
}, {
id: '1',
title: 'foo',
content: 'bar',
date: '2015-02-27 19:59:15'
}]
success: false,
title: 'Internal Server Error',
message: 'Resource is not longer supported'
});
});
});
Expand Down

0 comments on commit 26a66b3

Please sign in to comment.