Skip to content

Commit d8c15b5

Browse files
committed
chore: fix test
1 parent 762b126 commit d8c15b5

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

packages/wrangler/src/__tests__/deploy.test.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10524,7 +10524,7 @@ export default{
1052410524
});
1052510525
});
1052610526

10527-
describe("pipelines", () => {
10527+
describe.only("pipelines", () => {
1052810528
it("should upload pipelines bindings", async () => {
1052910529
writeWranglerToml({
1053010530
pipelines: [
@@ -10554,13 +10554,9 @@ export default{
1055410554
- Pipelines:
1055510555
- MY_PIPELINE: 0123456789ABCDEF0123456789ABCDEF
1055610556
Uploaded test-name (TIMINGS)
10557-
Published test-name (TIMINGS)
10557+
Deployed test-name triggers (TIMINGS)
1055810558
https://test-name.test-sub-domain.workers.dev
10559-
Current Deployment ID: Galaxy-Class
10560-
Current Version ID: Galaxy-Class
10561-
10562-
10563-
Note: Deployment ID has been renamed to Version ID. Deployment ID is present to maintain compatibility with the previous behavior of this command. This output will change in a future version of Wrangler. To learn more visit: https://developers.cloudflare.com/workers/configuration/versions-and-deployments"
10559+
Current Version ID: Galaxy-Class"
1056410560
`);
1056510561
});
1056610562
});

packages/wrangler/src/deploy/deploy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ See https://developers.cloudflare.com/workers/platform/compatibility-dates for m
835835
logger.log("Worker Startup Time:", result.startup_time_ms, "ms");
836836
}
837837
bindingsPrinted = true;
838+
838839
printBindings({ ...withoutStaticAssets, vars: maskedVars });
839840

840841
versionId = parseNonHyphenedUuid(result.deployment_id);

0 commit comments

Comments
 (0)