Skip to content

Commit 57449e0

Browse files
author
Vieltojarvi
committed
fix: error message
1 parent a007ec7 commit 57449e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ describe('amplify add api (GraphQL)', () => {
185185
await getAppSyncApi(GraphQLAPIIdOutput, meta.providers.awscloudformation.Region);
186186
expect(true).toBe(false); // expecting failure
187187
} catch (err) {
188-
expect(err.message).toBe(`GraphQL API ${GraphQLAPIIdOutput} not found.`);
188+
expect(err.message).toBe('API not found.');
189189
}
190190
});
191191
});

0 commit comments

Comments
 (0)