diff options
| author | J08nY | 2023-02-09 21:36:36 +0100 |
|---|---|---|
| committer | J08nY | 2023-02-09 21:36:36 +0100 |
| commit | 449750455bf1638489c83959da3632e8b666269e (patch) | |
| tree | f736e0d38639fbf4ddd9ab805b9a8d16f5154abd | |
| parent | 997143c1335bea2a86da4284c57d3dcd9fe20f47 (diff) | |
| download | sec-certs-449750455bf1638489c83959da3632e8b666269e.tar.gz sec-certs-449750455bf1638489c83959da3632e8b666269e.tar.zst sec-certs-449750455bf1638489c83959da3632e8b666269e.zip | |
Repair FIPS test.
| -rw-r--r-- | tests/fips/test_fips_dataset.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fips/test_fips_dataset.py b/tests/fips/test_fips_dataset.py index 4c89d37c..99dc57af 100644 --- a/tests/fips/test_fips_dataset.py +++ b/tests/fips/test_fips_dataset.py @@ -70,6 +70,7 @@ def test_build_dataset(data_dir: Path, toy_dataset: FIPSDataset): def test_download_meta_html_files(): with TemporaryDirectory() as tmp_dir: dset = FIPSDataset(root_dir=Path(tmp_dir)) + dset.web_dir.mkdir() dset._download_html_resources() assert (dset.web_dir / "fips_modules_active.html").exists() |
