purposely fail the test for testing notification
This commit is contained in:
parent
452550e1cb
commit
a2d3baaf80
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class TestTerraform(object):
|
|||
def test_plan(self, plan, variables, expected_ret):
|
||||
tf = Terraform(working_dir=current_path, variables=variables)
|
||||
ret, out, err = tf.plan(plan)
|
||||
assert ret == expected_ret
|
||||
assert ret == 0
|
||||
|
||||
def test_fmt(self, fmt_test_file):
|
||||
tf = Terraform(working_dir=current_path, variables={'test_var': 'test'})
|
||||
|
|
Loading…
Reference in a new issue