Skip to content

Commit 1e7f912

Browse files
authored
fix(jetbrains-gateway): fix tests (coder#111)
2 parents 3878e66 + c6b1990 commit 1e7f912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jetbrains-gateway/main.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ describe("jetbrains-gateway", async () => {
1010

1111
await testRequiredVariables(import.meta.dir, {
1212
agent_id: "foo",
13+
agent_name: "foo",
1314
folder: "/baz/",
1415
});
1516

1617
it("default to first ide", async () => {
1718
const state = await runTerraformApply(import.meta.dir, {
1819
agent_id: "foo",
20+
agent_name: "foo",
1921
folder: "/baz/",
2022
jetbrains_ides: '["IU", "GO", "PY"]',
2123
});

0 commit comments

Comments
 (0)