fixed last test

This commit is contained in:
bom 2022-01-19 17:19:05 +01:00
parent e92972db08
commit 09139ba1b1

View file

@ -419,7 +419,7 @@ class TestTerraform:
with pytest.raises(TerraformCommandError) as e:
tf.plan(plan)
assert (
"\nError: Unsupported argument\n\n" in e.value.err
"\nError:" in e.value.err
)
def test_fmt(self, fmt_test_file):