pull/47/head
Muhammad Atif Ali 2 years ago
parent 5fef1e9736
commit 5e53845540
No known key found for this signature in database

@ -16,8 +16,6 @@ describe("git-config", async () => {
it("fails without git", async () => {
const state = await runTerraformApply(import.meta.dir, {
agent_id: "foo",
default_user_email: 's@example.tld',
default_username: 'example username',
});
const output = await executeScriptInContainer(state, "alpine");
expect(output.exitCode).toBe(1);

Loading…
Cancel
Save