File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
integration/tests/machine-auth Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const mockAPIKeysEnvironmentSettings = async (
3030testAgainstRunningApps ( {
3131 withEnv : [ appConfigs . envs . withAPIKeys ] ,
3232 withPattern : [ 'withMachine.next.appRouter' ] ,
33- } ) ( 'api keys component @xmachine ' , ( { app } ) => {
33+ } ) ( 'api keys component @machine ' , ( { app } ) => {
3434 test . describe . configure ( { mode : 'serial' } ) ;
3535
3636 let fakeAdmin : FakeUser ;
Original file line number Diff line number Diff line change 4444 "test:integration:handshake" : " DISABLE_WEB_SECURITY=true E2E_APP_1_ENV_KEY=sessions-prod-1 E2E_SESSIONS_APP_1_HOST=multiple-apps-e2e.clerk.app pnpm test:integration:base --grep @handshake" ,
4545 "test:integration:handshake:staging" : " DISABLE_WEB_SECURITY=true E2E_APP_1_ENV_KEY=clerkstage-sessions-prod-1 E2E_SESSIONS_APP_1_HOST=clerkstage-sessions-prod-1-e2e.clerk.app pnpm test:integration:base --grep @handshake" ,
4646 "test:integration:localhost" : " pnpm test:integration:base --grep @localhost" ,
47- "test:integration:machine" : " E2E_APP_ID=withMachine.* pnpm test:integration:base --grep @xmachine " ,
47+ "test:integration:machine" : " E2E_APP_ID=withMachine.* pnpm test:integration:base --grep @machine " ,
4848 "test:integration:nextjs" : " E2E_APP_ID=next.appRouter.* pnpm test:integration:base --grep @nextjs" ,
4949 "test:integration:nuxt" : " E2E_APP_ID=nuxt.node npm run test:integration:base -- --grep @nuxt" ,
5050 "test:integration:quickstart" : " E2E_APP_ID=quickstart.* pnpm test:integration:base --grep @quickstart" ,
You can’t perform that action at this time.
0 commit comments