File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ def setUp(self):
749749 "version" : "0.0.1" ,
750750 }],
751751 # claim version 2 is the default
752- "claim_version" : 2 ,
752+ # "claim_version": 2,
753753 "format" : "image/jpeg" ,
754754 "title" : "Python Test Image V2" ,
755755 "ingredients" : [],
@@ -2337,7 +2337,7 @@ def test_builder_add_action_to_manifest_no_auto_add(self):
23372337 "version" : "0.0.1" ,
23382338 }],
23392339 # claim version 2 is the default
2340- "claim_version" : 2 ,
2340+ # "claim_version": 2,
23412341 "format" : "image/jpeg" ,
23422342 "title" : "Python Test Image V2" ,
23432343 "ingredients" : [],
@@ -2423,7 +2423,7 @@ def test_builder_add_action_to_manifest_with_auto_add(self):
24232423 "version" : "0.0.1" ,
24242424 }],
24252425 # claim version 2 is the default
2426- "claim_version" : 2 ,
2426+ # "claim_version": 2,
24272427 "format" : "image/jpeg" ,
24282428 "title" : "Python Test Image V2" ,
24292429 "ingredients" : [],
You can’t perform that action at this time.
0 commit comments