fixed last test
This commit is contained in:
parent
4483f54987
commit
816b76070e
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ class TestTerraform:
|
|||
)
|
||||
out = out.replace("\n", "")
|
||||
assert "\x1b[0m\x1b[1m\x1b[32mApply" in out
|
||||
out = tf.output("test_output")
|
||||
out = tf.output(folder, "test_output")
|
||||
assert "test2" in out
|
||||
|
||||
@pytest.mark.parametrize("output_all", [True, False])
|
||||
|
|
Loading…
Reference in a new issue