We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdb428 commit 85e73c2Copy full SHA for 85e73c2
github-upload-public-key/main.test.ts
@@ -31,7 +31,9 @@ describe("github-upload-public-key", async () => {
31
"-c",
32
instance.script,
33
]);
34
- expect(exec.stdout).toContain("Your Coder public key has been added to GitHub!");
+ expect(exec.stdout).toContain(
35
+ "Your Coder public key has been added to GitHub!",
36
+ );
37
expect(exec.exitCode).toBe(0);
38
// we need to increase timeout to pull the container
39
}, 15000);
0 commit comments