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 203e812 commit 6980643Copy full SHA for 6980643
1 file changed
tests/test_missionsearch.py
@@ -689,6 +689,7 @@ def test_cached_files_no_filesize_check():
689
assert files_man2["Status"][0] == "COMPLETE"
690
assert files_man2["Status"][1] == "UNKNOWN"
691
692
+ files.download() # download files to local cache
693
config.reload()
694
config.CHECK_CACHED_FILE_SIZES = False
695
config.DOWNLOAD_CLOUD = False
0 commit comments