Skip to content

Commit c200797

Browse files
committed
fix: Clean up test manifests
1 parent 3d072c2 commit c200797

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

examples/sign.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ def callback_signer_es256(data: bytes) -> bytes:
8484
"actions": [
8585
{
8686
"action": "c2pa.created",
87-
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation",
88-
"softwareAgent": "Python C2PA SDK example"
87+
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
8988
}
9089
]
9190
}

examples/sign_info.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@
8181
"actions": [
8282
{
8383
"action": "c2pa.created",
84-
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation",
85-
"softwareAgent": "Python C2PA SDK example",
84+
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
8685
}
8786
]
8887
}

examples/training.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ def getitem(d, key):
6060
"actions": [
6161
{
6262
"action": "c2pa.created",
63-
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation",
64-
"softwareAgent": "Python C2PA SDK example"
63+
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
6564
}
6665
]
6766
}

tests/benchmark.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"actions": [
4444
{
4545
"action": "c2pa.created",
46-
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation",
47-
"softwareAgent": "Python C2PA SDK example"
46+
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
4847
}
4948
]
5049
}

tests/test_unit_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,7 @@ def setUp(self):
340340
"actions": [
341341
{
342342
"action": "c2pa.created",
343-
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation",
344-
"softwareAgent": "Python C2PA SDK unit tests"
343+
"digitalSourceType": "http://cv.iptc.org/newscodes/digitalsourcetype/digitalCreation"
345344
}
346345
]
347346
}

0 commit comments

Comments
 (0)