E5F6 integration: Remove test_create_check_duplicate by akerouanton · Pull Request #3170 · docker/docker-py · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/integration/api_network_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ def test_create_check_duplicate(self):
net_name, net_id = self.create_network()
with pytest.raises(docker.errors.APIError):
self.client.create_network(net_name, check_duplicate=True)
net_id = self.client.create_network(net_name, check_duplicate=False)
self.tmp_networks.append(net_id['Id'])

@requires_api_version('1.22')
def test_connect_with_links(self):
Expand Down
0