Skip to content

Commit d7cda36

Browse files
committed
test(e2e): align launchable authorization retry fixture
Signed-off-by: Prekshi Vyas <34834085+prekshivyas@users.noreply.github.com>
1 parent 6b953d0 commit d7cda36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/e2e/support/e2e-collaborator-permission-retry.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ const AUTHORIZATION_STEPS: AuthorizationStep[] = [
3636
name: "Authorize release qualification waiver",
3737
},
3838
{
39-
deniedMessage: "Launchable image publication requires a repository maintainer or administrator",
40-
mismatchMessage: "Launchable image publication permission response did not match the actor",
41-
name: "Authorize Launchable image publication",
39+
deniedMessage: "Launchable E2E requires a repository maintainer or administrator",
40+
mismatchMessage: "Launchable E2E permission response did not match the actor",
41+
name: "Authorize Launchable E2E maintainer dispatch",
4242
},
4343
];
4444

0 commit comments

Comments
 (0)