summaryrefslogtreecommitdiff
path: root/tests/unittests/config/test_cc_ssh_import_id.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/config/test_cc_ssh_import_id.py')
-rw-r--r--tests/unittests/config/test_cc_ssh_import_id.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/config/test_cc_ssh_import_id.py b/tests/unittests/config/test_cc_ssh_import_id.py
index ffeee92e..572094a4 100644
--- a/tests/unittests/config/test_cc_ssh_import_id.py
+++ b/tests/unittests/config/test_cc_ssh_import_id.py
@@ -74,5 +74,5 @@ class TestHandleSshImportIDs:
"""Skip config without ssh_import_id"""
m_which.return_value = None
cloud = get_cloud("ubuntu")
- cc_ssh_import_id.handle("name", cfg, cloud, LOG, [])
+ cc_ssh_import_id.handle("name", cfg, cloud, [])
assert log in caplog.text