Skip to content

Commit 1ef17d0

Browse files
committed
fix CI
1 parent ba2665e commit 1ef17d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/wrangler/e2e/deployments.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ const TIMEOUT = 50_000;
1212
const normalize = (str: string) =>
1313
normalizeOutput(str, {
1414
[CLOUDFLARE_ACCOUNT_ID]: "CLOUDFLARE_ACCOUNT_ID",
15-
}).replaceAll(/^Author:(\s+).+@.+$/gm, "Author:[email protected]");
15+
}).replaceAll(
16+
/^Author:(\s+)(.+@.+|undefined)$/gm,
17+
18+
);
1619
const workerName = generateResourceName();
1720
const dispatchNamespaceName = generateResourceName("dispatch");
1821
const dispatchWorkerName = generateResourceName();

0 commit comments

Comments
 (0)