Skip to content

Commit b3d31d3

Browse files
committed
fix: Remove obsolete test
1 parent 3e579f4 commit b3d31d3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_unit_tests.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4374,11 +4374,6 @@ def tearDown(self):
43744374
if os.path.exists(self.temp_data_dir):
43754375
shutil.rmtree(self.temp_data_dir)
43764376

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-
43824377
def test_read_ingredient_file(self):
43834378
"""Test reading a C2PA ingredient from a file."""
43844379
# Test reading ingredient from file with data_dir

0 commit comments

Comments
 (0)