Skip to content

Commit a9a3775

Browse files
committed
Noqa pytest.raises(Exception)
Signed-off-by: Aarni Koskela <akx@iki.fi>
1 parent 3948540 commit a9a3775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/api_image_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class ImageTest(BaseAPIClientTest):
1414
def test_image_viz(self):
15-
with pytest.raises(Exception):
15+
with pytest.raises(Exception): # noqa: B017
1616
self.client.images('busybox', viz=True)
1717
self.fail('Viz output should not be supported!')
1818

0 commit comments

Comments
 (0)