Skip to content

Commit 9146e20

Browse files
authored
Update image view integration test (#738)
1 parent 2cd1160 commit 9146e20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/image/test_plugin_image_upload.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,6 @@ def test_image_view(get_image_id):
199199

200200
headers = ["label", "description"]
201201
assert_headers_in_lines(headers, lines)
202+
203+
# assert that regions in the output
204+
assert "regions" in lines

0 commit comments

Comments
 (0)