Skip to content

Commit

Permalink
fix: prediction migration test fix (#9015)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshbhu authored Nov 22, 2021
1 parent a964163 commit 09a191f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ describe('transformer predictions migration test', () => {
/(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/,
);

await addFeatureFlag(projRoot, 'graphqltransformer', 'transformerVersion', 2);
await addFeatureFlag(projRoot, 'graphqltransformer', 'useExperimentalPipelinedTransformer', true);

await updateApiSchema(projRoot, projectName, predictionsSchema);
await amplifyPushForce(projRoot);

Expand Down

0 comments on commit 09a191f

Please sign in to comment.