fix(jetbrains-gateway): fix tests
This commit is contained in:
committed by
GitHub
parent
3878e66700
commit
c6b1990225
@@ -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"]',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user