Skip to content

Commit 49b9982

Browse files
committed
nit
1 parent dbe8364 commit 49b9982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def reference_id_from_url(url):
9898
TEST_SEGMENTATION_ANNOTATIONS = [
9999
{
100100
"reference_id": reference_id_from_url(TEST_IMG_URLS[i]),
101-
"annotation_id": f"[Pytest] Polygon Annotation Annotation Id{i}",
101+
"annotation_id": f"[Pytest] Segmentation Annotation Id{i}",
102102
"mask_url": get_signed_url(TEST_MASK_URL),
103103
"annotations": [
104104
{"label": "bear", "index": 2},

0 commit comments

Comments
 (0)