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 fafe73e commit ab227beCopy full SHA for ab227be
tests/integration/image/test_plugin_image_upload.py
@@ -199,3 +199,6 @@ def test_image_view(get_image_id):
199
200
headers = ["label", "description"]
201
assert_headers_in_lines(headers, lines)
202
+
203
+ # assert that regions in the output
204
+ assert "regions" in lines
0 commit comments