aboutsummaryrefslogtreecommitdiffstats
path: root/tests/env_setup_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/env_setup_test.py')
-rw-r--r--tests/env_setup_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/env_setup_test.py b/tests/env_setup_test.py
index cc3c6b60..a0bbf640 100644
--- a/tests/env_setup_test.py
+++ b/tests/env_setup_test.py
@@ -64,7 +64,7 @@ class TestClass:
test_class.fetch_compute_ips = mock_ips
test_class.parse("tests/test_case/bm_without_proxy.yaml")
test_class.update_ansible()
- result = filecmp.cmp('tests/output/hosts', 'data/hosts')
+ result = filecmp.cmp('tests/output/hosts', 'config/hosts')
assert result
def test_ping(self, capfd):