From 136889c7cb7fa9b3fa68dd2cfcaddd37786a6d46 Mon Sep 17 00:00:00 2001 From: Sida Chen Date: Wed, 6 Mar 2019 14:35:57 -0500 Subject: [PATCH] Fix client test unable to load insecure registry config --- test/clients/clients_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/clients/clients_test.py b/test/clients/clients_test.py index 26a4719aa..500125ed3 100644 --- a/test/clients/clients_test.py +++ b/test/clients/clients_test.py @@ -9,7 +9,7 @@ from threading import Thread from termcolor import colored -from test.clients.client import DockerClient, PodmanClient, Command, FileCopy +from client import DockerClient, PodmanClient, Command, FileCopy def remove_control_characters(s):