Skip to content

Commit 7536a2a

Browse files
committed
lint
1 parent dd94a19 commit 7536a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/mavrickrishi/modules/aws-ami-snapshot/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe("aws-ami-snapshot", async () => {
1515
});
1616

1717
it("supports optional variables", async () => {
18-
await testRequiredVariables(import.meta.dir, {
18+
await runTerraformApply(import.meta.dir, {
1919
instance_id: "i-1234567890abcdef0",
2020
default_ami_id: "ami-12345678",
2121
template_name: "test-template",

0 commit comments

Comments
 (0)