diff --git a/test/integration/tests.js b/test/integration/tests.js index 48ba7deb7..007150e58 100644 --- a/test/integration/tests.js +++ b/test/integration/tests.js @@ -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')