Skip to content

Commit 1088837

Browse files
committed
fix: unit tests
1 parent 6bf5f75 commit 1088837

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/unit/plugins/modules/test_terraform.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def provider_schemas():
163163
"description": "Generates a local file with the given content.",
164164
"description_kind": "plain",
165165
},
166+
block_type={},
166167
),
167168
"local_sensitive_file": TerraformResourceSchema(
168169
version=0,
@@ -240,9 +241,10 @@ def provider_schemas():
240241
"description": "Generates a local file with the given sensitive content.",
241242
"description_kind": "plain",
242243
},
244+
block_type={},
243245
),
244-
},
245-
),
246+
}
247+
)
246248
},
247249
)
248250

0 commit comments

Comments
 (0)