Skip to content

Commit

Permalink
Update the listing test to reflect the addition of the 'count' field
Browse files Browse the repository at this point in the history
  • Loading branch information
d00rman committed Feb 14, 2015
1 parent 207d9b7 commit 98f2ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/features/pagecontent/pagecontent.js
Expand Up @@ -75,6 +75,7 @@ describe('item requests', function() {
assert.deepEqual(res.status, 200);
assert.deepEqual(res.headers['content-type'], 'application/json');
assert.deepEqual(res.body, {
count: 2,
items: ['sys', 'v1' ]
});
});
Expand Down

0 comments on commit 98f2ee1

Please sign in to comment.