fix(jetbrains-gateway): fix tests

This commit is contained in:
Muhammad Atif Ali
2023-12-08 04:20:05 +03:00
committed by GitHub
parent 3878e66700
commit c6b1990225

View File

@@ -10,12 +10,14 @@ describe("jetbrains-gateway", async () => {
await testRequiredVariables(import.meta.dir, {
agent_id: "foo",
agent_name: "foo",
folder: "/baz/",
});
it("default to first ide", async () => {
const state = await runTerraformApply(import.meta.dir, {
agent_id: "foo",
agent_name: "foo",
folder: "/baz/",
jetbrains_ides: '["IU", "GO", "PY"]',
});