diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration_test.py b/tests/integration_test.py index 228a2c5..763c863 100644 --- a/tests/integration_test.py +++ b/tests/integration_test.py @@ -279,7 +279,6 @@ class TestCreateContainerWithBinds(BaseTestCase): logs = logs.decode('utf-8') self.assertIn(self.filename, logs) - self.assertIn(self.filename, logs) inspect_data = self.client.inspect_container(container) self.check_container_data(inspect_data, False) |