Skip to content

Commit d52cbd4

Browse files
committed
C2PA v2.3: update actions assertion test
1 parent b051aeb commit d52cbd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_c2pa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_c2pa_embedding_and_extraction(self):
9393

9494
# Check required assertions are present
9595
assertion_labels = {a.get("label") for a in extracted_payload.get("assertions", [])}
96-
self.assertIn("c2pa.actions.v1", assertion_labels)
96+
self.assertIn("c2pa.actions.v2", assertion_labels)
9797
self.assertIn("c2pa.hash.data.v1", assertion_labels)
9898
self.assertIn("c2pa.soft_binding.v1", assertion_labels)
9999

0 commit comments

Comments
 (0)