fix test code

merge-requests/1/head
beelit94 7 years ago
parent cc24b9d3e1
commit 4709bd069a

@ -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…
Cancel
Save