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

Commit 4f7ad5b

Browse files
committed
style/tests: fix lint issues
1 parent 2aa5089 commit 4f7ad5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ describe('Access Container', () => {
229229

230230
it.only('request permissons for other app\' own container', async () => {
231231
const primaryAppInfo = { id: 'primary', vendor: '1' };
232-
const primaryApp = await createAuthenticatedTestApp(primaryAppInfo, {}, { own_container: true });
232+
await createAuthenticatedTestApp(primaryAppInfo, {}, { own_container: true });
233233
const perms = {
234234
'apps/primary': ['Read']
235235
};

0 commit comments

Comments
 (0)