We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4f54a commit aa7b09bCopy full SHA for aa7b09b
integration/tests/machine-auth/component.test.ts
@@ -4,7 +4,10 @@ import { appConfigs } from '../../presets';
4
import type { FakeOrganization, FakeUser } from '../../testUtils';
5
import { createTestUtils, testAgainstRunningApps } from '../../testUtils';
6
7
-testAgainstRunningApps({ withEnv: [appConfigs.envs.withAPIKeys] })('api keys component @machine', ({ app }) => {
+testAgainstRunningApps({
8
+ withEnv: [appConfigs.envs.withAPIKeys],
9
+ withPattern: ['withMachine.next.appRouter'],
10
+})('api keys component @machine', ({ app }) => {
11
test.describe.configure({ mode: 'serial' });
12
13
let fakeAdmin: FakeUser;
0 commit comments