wip tests

pull/47/head
Muhammad Atif Ali 2 years ago
parent 96cec772c1
commit ff989e9e6b
No known key found for this signature in database

@ -11,11 +11,15 @@ describe("git-config", async () => {
testRequiredVariables(import.meta.dir, {
agent_id: "foo",
allow_username_change: true,
allow_email_change: false,
});
it("fails without git", async () => {
const state = await runTerraformApply(import.meta.dir, {
agent_id: "foo",
allow_username_change: true,
allow_email_change: false,
});
const output = await executeScriptInContainer(state, "alpine");
expect(output.exitCode).toBe(1);

Loading…
Cancel
Save