fixed last test
This commit is contained in:
parent
e92972db08
commit
09139ba1b1
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue