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 b9683e0 commit cf3a1f5Copy full SHA for cf3a1f5
packages/app/src/cli/models/app/app.test.ts
@@ -334,7 +334,7 @@ Learn more: https://shopify.dev/docs/apps/build/authentication-authorization/app
334
...CORRECT_LEGACY_APP_SCHEMA,
335
scopes: 'read_orders',
336
}
337
- const app = testApp({configuration, schemaType: 'legacy'})
+ const app = testApp(configuration, 'legacy')
338
339
// When/Then
340
await expect(app.preDeployValidation()).resolves.not.toThrow()
0 commit comments