mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-13 16:00:47 -04:00
Implement updates to testing framework based on recent feedback
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
run "test" {
|
||||
variables {
|
||||
input = "Hello, world!"
|
||||
}
|
||||
|
||||
assert {
|
||||
condition = test_resource.resource.value == "Hello, world!"
|
||||
error_message = "wrong condition"
|
||||
|
||||
Reference in New Issue
Block a user