From 7e0bae99b398693aeaa112e5a17b1fab8b5dc1c5 Mon Sep 17 00:00:00 2001 From: Kkevsterrr Date: Sun, 18 Oct 2020 08:10:32 -0400 Subject: [PATCH] Fixed failing tests --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index 1ac8a99..e4c3a39 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -63,6 +63,7 @@ def client_worker(request): info_path = os.path.join(worker_path, "worker.json") worker_dict = { "ip" : "127.0.0.1", + "hostname" : "", "port" : 2222, "username" : "root", "password" : "Docker!",