Skip to content

Commit

Permalink
fix: e2e l_diagnose_hooks_a_mock_api
Browse files Browse the repository at this point in the history
  • Loading branch information
0.618 committed Mar 25, 2024
1 parent cba0396 commit 9e0a625
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/amplify-e2e-core/src/diagnose/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export const diagnoseSendReport = async (cwd: string): Promise<string> => {
};
await spawn(getCLIPath(), ['diagnose', '--send-report'], { cwd, stripColors: true })
.wait(/Report saved/, callback)
.wait(/Done/)
.sendEof()
.runAsync();
return path;
};
Expand Down

0 comments on commit 9e0a625

Please sign in to comment.