Skip to content

Commit ffc8051

Browse files
committed
test(release): align trusted SHA workflow guard
1 parent 553f543 commit ffc8051

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/scripts/package-acceptance-workflow.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2618,10 +2618,10 @@ describe("package artifact reuse", () => {
26182618
expect(telegramDispatch.run).toContain('--repo "$GITHUB_REPOSITORY"');
26192619
expect(telegramDispatch.run).toContain("--ref main");
26202620
expect(telegramDispatch.run).toContain(
2621-
'-f expected_trusted_workflow_sha="$EXPECTED_TRUSTED_WORKFLOW_SHA"',
2621+
'-f expected_trusted_workflow_sha="$expected_trusted_workflow_sha"',
26222622
);
26232623
expect(telegramDispatch.run).toContain(
2624-
'[[ "$child_head_sha" == "$EXPECTED_TRUSTED_WORKFLOW_SHA" ]]',
2624+
'[[ "$child_head_sha" == "$expected_trusted_workflow_sha" ]]',
26252625
);
26262626
expect(telegramCaller["continue-on-error"]).toBeUndefined();
26272627
expect(telegramCaller["timeout-minutes"]).toBe(210);

0 commit comments

Comments
 (0)