summaryrefslogtreecommitdiff
path: root/tests/unittests/config/test_cc_ubuntu_autoinstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/config/test_cc_ubuntu_autoinstall.py')
-rw-r--r--tests/unittests/config/test_cc_ubuntu_autoinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/config/test_cc_ubuntu_autoinstall.py b/tests/unittests/config/test_cc_ubuntu_autoinstall.py
index 87f44f82..b130ecb6 100644
--- a/tests/unittests/config/test_cc_ubuntu_autoinstall.py
+++ b/tests/unittests/config/test_cc_ubuntu_autoinstall.py
@@ -116,7 +116,7 @@ class TestHandleAutoinstall:
):
subp.return_value = snap_list, ""
cloud = get_cloud(distro="ubuntu")
- cc_ubuntu_autoinstall.handle("name", cfg, cloud, LOG, None)
+ cc_ubuntu_autoinstall.handle("name", cfg, cloud, None)
assert subp_calls == subp.call_args_list
for log in logs:
assert log in caplog.text