diff options
Diffstat (limited to 'tests/integration/regression_test.py')
-rw-r--r-- | tests/integration/regression_test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/regression_test.py b/tests/integration/regression_test.py index 0672c4f..e3e6d9b 100644 --- a/tests/integration/regression_test.py +++ b/tests/integration/regression_test.py @@ -4,10 +4,10 @@ import random import docker import six -from .base import BaseIntegrationTest, BUSYBOX +from .base import BaseAPIIntegrationTest, BUSYBOX -class TestRegressions(BaseIntegrationTest): +class TestRegressions(BaseAPIIntegrationTest): def test_443_handle_nonchunked_response_in_stream(self): dfile = io.BytesIO() with self.assertRaises(docker.errors.APIError) as exc: |