We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fea573 + 53469e0 commit 8acd2c3Copy full SHA for 8acd2c3
tests/integration/api_service_test.py
@@ -376,7 +376,7 @@ def test_create_service_with_network_attachment_config(self):
376
'dockerpytest_1', driver='overlay', ipam={'Driver': 'default'}
377
)
378
self.tmp_networks.append(network['Id'])
379
- container_spec = docker.types.ContainerSpec(BUSYBOX, ['true'])
+ container_spec = docker.types.ContainerSpec(TEST_IMG, ['true'])
380
network_config = docker.types.NetworkAttachmentConfig(
381
target='dockerpytest_1',
382
aliases=['dockerpytest_1_alias'],
0 commit comments