mirror of https://github.com/docker/docker-py.git
Noqa pytest.raises(Exception)
Signed-off-by: Aarni Koskela <akx@iki.fi>
This commit is contained in:
parent
86d47b8914
commit
03abdc7d7a
|
|
@ -12,7 +12,7 @@ from .api_test import (
|
|||
|
||||
class ImageTest(BaseAPIClientTest):
|
||||
def test_image_viz(self):
|
||||
with pytest.raises(Exception):
|
||||
with pytest.raises(Exception): # noqa: B017
|
||||
self.client.images('busybox', viz=True)
|
||||
self.fail('Viz output should not be supported!')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue