File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
test/local/commands/secrets Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,10 @@ import { SecretsAddCommand } from '../../../../src/commands/secrets/add.js';
22import { SecretsRmCommand } from '../../../../src/commands/secrets/rm.js' ;
33import { runCommand } from '../../../../src/lib/command-framework/apify-command.js' ;
44import { getSecretsFile } from '../../../../src/lib/secrets.js' ;
5- import { useAuthSetup } from '../../../__setup__/hooks/useAuthSetup.js' ;
65
76const SECRET_KEY = 'mySecret' ;
87const SECRET_VALUE = 'mySecretValue' ;
98
10- useAuthSetup ( { perTest : false } ) ;
11-
129describe ( 'apify secrets add' , ( ) => {
1310 beforeAll ( async ( ) => {
1411 const secrets = getSecretsFile ( ) ;
Original file line number Diff line number Diff line change @@ -2,12 +2,9 @@ import { SecretsAddCommand } from '../../../../src/commands/secrets/add.js';
22import { SecretsRmCommand } from '../../../../src/commands/secrets/rm.js' ;
33import { runCommand } from '../../../../src/lib/command-framework/apify-command.js' ;
44import { getSecretsFile } from '../../../../src/lib/secrets.js' ;
5- import { useAuthSetup } from '../../../__setup__/hooks/useAuthSetup.js' ;
65
76const SECRET_KEY = 'mySecret' ;
87
9- useAuthSetup ( { perTest : false } ) ;
10-
118describe ( 'apify secrets:rm' , ( ) => {
129 beforeAll ( async ( ) => {
1310 const secrets = getSecretsFile ( ) ;
You can’t perform that action at this time.
0 commit comments