We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3adef commit cbe34d9Copy full SHA for cbe34d9
tests/test_updater_top_level_update.py
@@ -135,8 +135,7 @@ def test_cached_root_missing_without_bootstrap(self) -> None:
135
self._run_refresh(skip_bootstrap=True)
136
137
# Metadata dir is empty
138
- with self.assertRaises(FileNotFoundError):
139
- os.listdir(self.metadata_dir)
+ self._assert_files_exist([])
140
141
def test_trusted_root_expired(self) -> None:
142
# Create an expired root version
0 commit comments