fix test code
This commit is contained in:
parent
cc24b9d3e1
commit
4709bd069a
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ class TestTerraform(object):
|
|||
assert ret == 0
|
||||
|
||||
def test_import(self, string_logger):
|
||||
tf = Terraform(working_dir=os.path.join(current_path, 'import_test'))
|
||||
tf = Terraform(working_dir=current_path)
|
||||
tf.import_cmd('aws_instance.foo', 'i-abc1234', no_color=IsFlagged)
|
||||
logs = string_logger.getvalue()
|
||||
print(logs)
|
||||
|
|
Loading…
Reference in a new issue