Merge pull request #2420 from thaJeztah/fix_master_builds

Fix broken test due to BUSYBOX -> TEST_IMG rename
This commit is contained in:
Joffrey F 2019-08-29 15:21:57 -07:00 committed by GitHub
commit 8acd2c3d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ class ServiceTest(BaseAPIIntegrationTest):
'dockerpytest_1', driver='overlay', ipam={'Driver': 'default'}
)
self.tmp_networks.append(network['Id'])
container_spec = docker.types.ContainerSpec(BUSYBOX, ['true'])
container_spec = docker.types.ContainerSpec(TEST_IMG, ['true'])
network_config = docker.types.NetworkAttachmentConfig(
target='dockerpytest_1',
aliases=['dockerpytest_1_alias'],