diff options
| author | adamjanovsky | 2025-02-13 13:28:31 +0100 |
|---|---|---|
| committer | GitHub | 2025-02-13 13:28:31 +0100 |
| commit | 443d38c9cf6d6e76c6667484a185839dd821fd11 (patch) | |
| tree | 508ac726d9408dc4917c1ced920f53447e9b64ac /tests/cc/conftest.py | |
| parent | bdbd974847b713d14ccd90b617bae4e41447c09e (diff) | |
| parent | ba6da69bffd99a49a830de988af300108f3f8d80 (diff) | |
| download | sec-certs-0.3.1.tar.gz sec-certs-0.3.1.tar.zst sec-certs-0.3.1.zip | |
Merge pull request #473 from crocs-muni/pre-release-fixes0.3.1
Pre-release fixes
Diffstat (limited to 'tests/cc/conftest.py')
| -rw-r--r-- | tests/cc/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cc/conftest.py b/tests/cc/conftest.py index 91f8caab..8651b92e 100644 --- a/tests/cc/conftest.py +++ b/tests/cc/conftest.py @@ -39,7 +39,7 @@ def toy_dataset() -> CCDataset: @pytest.fixture def toy_pp_dataset() -> ProtectionProfileDataset: - with resources.path(tests.data.protection_profiles, "pp.json") as path: + with resources.path(tests.data.protection_profiles, "dataset.json") as path: return ProtectionProfileDataset.from_json(path) |
