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 bc69b18 + 41aae65 commit dc2b24dCopy full SHA for dc2b24d
tests/integration/api_swarm_test.py
@@ -173,4 +173,4 @@ def test_remove_main_node(self):
173
with pytest.raises(docker.errors.APIError) as e:
174
self.client.remove_node(node_id, True)
175
176
- assert e.value.response.status_code == 500
+ assert e.value.response.status_code >= 400
0 commit comments