Skip to content

Commit

Permalink
tests: Fix integration test relying on server order
Browse files Browse the repository at this point in the history
  • Loading branch information
trodrigues committed Apr 22, 2016
1 parent c42561f commit d217054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test('Gets entries with a skip parameter', t => {

test('Gets entries with linked includes', t => {
t.plan(5)
return client.getEntries({include: 2})
return client.getEntries({include: 2, 'sys.id': 'nyancat'})
.then(response => {
t.ok(response.includes, 'includes')
t.ok(response.includes.Asset, 'includes for Assets')
Expand Down

0 comments on commit d217054

Please sign in to comment.