Skip to content

Commit 15cefcd

Browse files
committed
chore: these tests are not authed
1 parent 9951ea8 commit 15cefcd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/local/commands/secrets/add.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ import { SecretsAddCommand } from '../../../../src/commands/secrets/add.js';
22
import { SecretsRmCommand } from '../../../../src/commands/secrets/rm.js';
33
import { runCommand } from '../../../../src/lib/command-framework/apify-command.js';
44
import { getSecretsFile } from '../../../../src/lib/secrets.js';
5-
import { useAuthSetup } from '../../../__setup__/hooks/useAuthSetup.js';
65

76
const SECRET_KEY = 'mySecret';
87
const SECRET_VALUE = 'mySecretValue';
98

10-
useAuthSetup({ perTest: false });
11-
129
describe('apify secrets add', () => {
1310
beforeAll(async () => {
1411
const secrets = getSecretsFile();

test/local/commands/secrets/rm.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ import { SecretsAddCommand } from '../../../../src/commands/secrets/add.js';
22
import { SecretsRmCommand } from '../../../../src/commands/secrets/rm.js';
33
import { runCommand } from '../../../../src/lib/command-framework/apify-command.js';
44
import { getSecretsFile } from '../../../../src/lib/secrets.js';
5-
import { useAuthSetup } from '../../../__setup__/hooks/useAuthSetup.js';
65

76
const SECRET_KEY = 'mySecret';
87

9-
useAuthSetup({ perTest: false });
10-
118
describe('apify secrets:rm', () => {
129
beforeAll(async () => {
1310
const secrets = getSecretsFile();

0 commit comments

Comments
 (0)