fixed last test

This commit is contained in:
bom 2022-01-19 16:33:06 +01:00
parent 4483f54987
commit 816b76070e

View file

@ -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])