Skip to content

Commit 8a3b7a2

Browse files
committed
fix: Reset settings that would cause other test to fail
1 parent 623f33a commit 8a3b7a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_unit_tests.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,9 @@ def test_builder_set_remote_url_no_embed(self):
644644

645645
self.assertIn("http://this_does_not_exist/foo.jpg", e.exception.message)
646646

647+
# Return back to default settings
648+
load_settings(r'{"verify": { "remote_manifest_fetch": true} }')
649+
647650
class TestStream(unittest.TestCase):
648651
def setUp(self):
649652
# Create a temporary file for testing

0 commit comments

Comments
 (0)