Skip to content

Commit

Permalink
fix hanging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Janovsky committed Jan 29, 2025
1 parent c6991d3 commit 8ed7f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cc/test_cc_aux_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def mock_get_dset(path):
def mock_download_file(url, path, progress_bar_desc):
return 200

if preferred_source_aux_datasets == "api":
if preferred_source_aux_datasets == "origin":
monkeypatch.setattr(
"sec_certs.utils.nvd_dataset_builder.CpeMatchNvdDatasetBuilder.build_dataset", mock_get_dset
)
Expand Down

0 comments on commit 8ed7f09

Please sign in to comment.