Skip to content

Commit 838b3c7

Browse files
author
Dane Pilcher
committed
test: reset config
1 parent f93c332 commit 838b3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amplify-codegen-e2e-tests/src/__tests__/build-app-swift.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('build app - Swift', () => {
2828
const config = DEFAULT_IOS_CONFIG;
2929

3030
beforeAll(async () => {
31-
await initProjectWithProfile(projectRoot, { ...config, appType: 4 });
31+
await initProjectWithProfile(projectRoot, { ...config });
3232
await addApiWithDefaultSchemaAndConflictDetection(projectRoot);
3333
apiName = readdirSync(path.join(projectRoot, 'amplify', 'backend', 'api'))[0];
3434
apiGqlCompile(projectRoot);

0 commit comments

Comments
 (0)