Merge pull request #3400 from KeyboardNerd/fix_client_test
Fix client test unable to load insecure registry config
This commit is contained in:
commit
000957ce82
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue