Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions tests/test_unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@ def test_sign_and_read_is_not_embedded(self):
"data": {
"actions": [
{
"action": "c2pa.opened"
"action": "c2pa.created",
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
}
]
}
Expand Down Expand Up @@ -745,8 +746,8 @@ def setUp(self):
"data": {
"actions": [
{
"action": "c2pa.opened"
# Should have more parameters here, but omitted in tests
"action": "c2pa.created",
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
}
]
}
Expand Down Expand Up @@ -2227,8 +2228,9 @@ def test_builder_manifest_with_unicode_characters(self):
"data": {
"actions": [
{
"action": "c2pa.opened",
"description": "Opened with Unicode: test"
"action": "c2pa.created",
"description": "Unicode: test",
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
}
]
}
Expand Down
Loading