We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623f33a commit 8a3b7a2Copy full SHA for 8a3b7a2
tests/test_unit_tests.py
@@ -644,6 +644,9 @@ def test_builder_set_remote_url_no_embed(self):
644
645
self.assertIn("http://this_does_not_exist/foo.jpg", e.exception.message)
646
647
+ # Return back to default settings
648
+ load_settings(r'{"verify": { "remote_manifest_fetch": true} }')
649
+
650
class TestStream(unittest.TestCase):
651
def setUp(self):
652
# Create a temporary file for testing
0 commit comments