Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Nov 16, 2018
1 parent d849ba9 commit 4dd3b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/cloud/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('Collection CRUD behaviours', () => {
await collection.client.put({
url: collection.buildURL(ctx.cheeseBurger.id),
body: body,
signature: collection.signature,
signature: collection.token,
});
});
});
Expand Down

0 comments on commit 4dd3b2e

Please sign in to comment.