Skip to content

Commit 5c1c423

Browse files
committed
Merge pull request #997 from wenchma/21080-net_link
Remove the network mode to support linkable cantainers check
2 parents 81edb39 + 6fa76e0 commit 5c1c423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/api_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_remove_link(self):
4949

5050
container2 = self.client.create_container(
5151
helpers.BUSYBOX, 'cat', host_config=self.client.create_host_config(
52-
links={link_path: link_alias}, network_mode='none'
52+
links={link_path: link_alias}
5353
)
5454
)
5555
container2_id = container2['Id']

0 commit comments

Comments
 (0)