Skip to content

Commit aa7b09b

Browse files
committed
fix tests
1 parent 8f4f54a commit aa7b09b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integration/tests/machine-auth/component.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ import { appConfigs } from '../../presets';
44
import type { FakeOrganization, FakeUser } from '../../testUtils';
55
import { createTestUtils, testAgainstRunningApps } from '../../testUtils';
66

7-
testAgainstRunningApps({ withEnv: [appConfigs.envs.withAPIKeys] })('api keys component @machine', ({ app }) => {
7+
testAgainstRunningApps({
8+
withEnv: [appConfigs.envs.withAPIKeys],
9+
withPattern: ['withMachine.next.appRouter'],
10+
})('api keys component @machine', ({ app }) => {
811
test.describe.configure({ mode: 'serial' });
912

1013
let fakeAdmin: FakeUser;

0 commit comments

Comments
 (0)