Skip to content

Commit 20f2181

Browse files
authored
test: update flutter codegen prompt not expected (#6286)
1 parent 450616e commit 20f2181

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/amplify-e2e-tests/src/__tests__/api_1.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
getProjectMeta,
1414
getTransformConfig,
1515
getDDBTable,
16+
amplifyPushWithoutCodegen,
1617
} from 'amplify-e2e-core';
1718
import path from 'path';
1819
import { existsSync } from 'fs';
@@ -67,7 +68,7 @@ describe('amplify add api (GraphQL)', () => {
6768
const envName = 'devtest';
6869
await initFlutterProjectWithProfile(projRoot, { name: 'simplemodel', envName });
6970
await addApiWithSchema(projRoot, 'simple_model.graphql');
70-
await amplifyPush(projRoot);
71+
await amplifyPushWithoutCodegen(projRoot);
7172

7273
const meta = getProjectMeta(projRoot);
7374
const region = meta.providers.awscloudformation.Region;

0 commit comments

Comments
 (0)