10000
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 6318760 commit 2ac8bdcCopy full SHA for 2ac8bdc
tests/test_updater_ng.py
@@ -316,7 +316,9 @@ def test_persist_metadata_fails(
316
def test_invalid_target_base_url(self) -> None:
317
info = TargetFile(1, {"sha256": ""}, "targetpath")
318
with self.assertRaises(exceptions.DownloadError):
319
- self.updater.download_target(info, target_base_url="http://invalid/")
+ self.updater.download_target(
320
+ info, target_base_url="http://invalid/"
321
+ )
322
323
def test_non_existing_target_file(self) -> None:
324
info = TargetFile(1, {"sha256": ""}, "/non_existing_file.txt")
0 commit comments