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 0315c5d commit 4a2c44bCopy full SHA for 4a2c44b
tests/integration/annotations/test_annotation_delete.py
@@ -40,6 +40,7 @@ def test_delete_annotations(self):
40
sa.delete_annotations(self.PROJECT_NAME)
41
annotations = sa.get_annotations(self.PROJECT_NAME, [self.EXAMPLE_IMAGE_1])
42
del annotations[0]["metadata"]["projectId"]
43
+ del annotations[0]["metadata"]["id"]
44
assert annotations == [
45
{
46
"metadata": {
@@ -69,6 +70,7 @@ def test_delete_annotations_by_name(self):
69
70
sa.delete_annotations(self.PROJECT_NAME, [self.EXAMPLE_IMAGE_1])
71
72
73
74
75
76
0 commit comments