Skip to content

Commit c10bdc9

Browse files
authored
Merge branch 'main' into vNext
2 parents 08e64aa + ae5be2a commit c10bdc9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tests/test_unit_tests.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,8 @@ def test_sign_and_read_is_not_embedded(self):
640640
"data": {
641641
"actions": [
642642
{
643-
"action": "c2pa.opened"
643+
"action": "c2pa.created",
644+
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
644645
}
645646
]
646647
}
@@ -808,8 +809,8 @@ def setUp(self):
808809
"data": {
809810
"actions": [
810811
{
811-
"action": "c2pa.opened"
812-
# Should have more parameters here, but omitted in tests
812+
"action": "c2pa.created",
813+
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
813814
}
814815
]
815816
}
@@ -2996,8 +2997,9 @@ def test_builder_manifest_with_unicode_characters(self):
29962997
"data": {
29972998
"actions": [
29982999
{
2999-
"action": "c2pa.opened",
3000-
"description": "Opened with Unicode: test"
3000+
"action": "c2pa.created",
3001+
"description": "Unicode: test",
3002+
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
30013003
}
30023004
]
30033005
}

0 commit comments

Comments
 (0)