Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 4bdb428

Browse files
committed
fix test
1 parent daed803 commit 4bdb428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github-upload-public-key/main.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe("github-upload-public-key", async () => {
3131
"-c",
3232
instance.script,
3333
]);
34-
expect(exec.stdout).toContain("Coder public SSH key uploaded to GitHub!");
34+
expect(exec.stdout).toContain("Your Coder public key has been added to GitHub!");
3535
expect(exec.exitCode).toBe(0);
3636
// we need to increase timeout to pull the container
3737
}, 15000);
@@ -51,7 +51,7 @@ describe("github-upload-public-key", async () => {
5151
instance.script,
5252
]);
5353
expect(exec.stdout).toContain(
54-
"Coder public SSH key is already uploaded to GitHub!",
54+
"Your Coder public key is already on GitHub!",
5555
);
5656
expect(exec.exitCode).toBe(0);
5757
});

0 commit comments

Comments
 (0)