Fixed failing tests

This commit is contained in:
Kkevsterrr 2020-10-18 08:10:32 -04:00
parent 3b3fdff874
commit 7e0bae99b3
1 changed files with 1 additions and 0 deletions

View File

@ -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!",