We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae38ff commit 6ecf750Copy full SHA for 6ecf750
tests/integration/api_container_test.py
@@ -1573,7 +1573,7 @@ def test_remove_link(self):
1573
]
1574
assert len(retrieved) == 2
1575
1576
-class CoontainerInfoObejectTest(BaseAPIIntegrationTest):
+class ContainerInfoObjectTest(BaseAPIIntegrationTest):
1577
def test_container_info_object(self):
1578
container = self.client.create_container(
1579
TEST_IMG, 'true', host_config=self.client.create_host_config())
0 commit comments