Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
style/tests: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Aug 7, 2018
1 parent 2aa5089 commit 4f7ad5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ describe('Access Container', () => {

it.only('request permissons for other app\' own container', async () => {
const primaryAppInfo = { id: 'primary', vendor: '1' };
const primaryApp = await createAuthenticatedTestApp(primaryAppInfo, {}, { own_container: true });
await createAuthenticatedTestApp(primaryAppInfo, {}, { own_container: true });
const perms = {
'apps/primary': ['Read']
};
Expand Down

0 comments on commit 4f7ad5b

Please sign in to comment.