File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments