We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e579f4 commit b3d31d3Copy full SHA for b3d31d3
tests/test_unit_tests.py
@@ -4374,11 +4374,6 @@ def tearDown(self):
4374
if os.path.exists(self.temp_data_dir):
4375
shutil.rmtree(self.temp_data_dir)
4376
4377
- def test_invalid_settings_str(self):
4378
- """Test loading a malformed settings string."""
4379
- with self.assertRaises(Error):
4380
- load_settings(r'{"verify": { "remote_manifest_fetch": false }')
4381
-
4382
def test_read_ingredient_file(self):
4383
"""Test reading a C2PA ingredient from a file."""
4384
# Test reading ingredient from file with data_dir
0 commit comments