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.
1 parent 3948540 commit a9a3775Copy full SHA for a9a3775
tests/unit/api_image_test.py
@@ -12,7 +12,7 @@
12
13
class ImageTest(BaseAPIClientTest):
14
def test_image_viz(self):
15
- with pytest.raises(Exception):
+ with pytest.raises(Exception): # noqa: B017
16
self.client.images('busybox', viz=True)
17
self.fail('Viz output should not be supported!')
18
0 commit comments