Merge pull request #3400 from KeyboardNerd/fix_client_test

Fix client test unable to load insecure registry config
This commit is contained in:
Sida Chen 2019-03-06 15:32:00 -05:00 committed by GitHub
commit 000957ce82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):