Skip to content

Commit 38f1bd7

Browse files
committed
fix(pc):
1 parent ead883e commit 38f1bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_registry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import pytest
2-
from agentic_security.probe_data import REGISTRY
32
from datasets import load_dataset
43

4+
from agentic_security.probe_data import REGISTRY
5+
56

67
@pytest.mark.slow
78
@pytest.mark.parametrize("dataset", REGISTRY)
89
def test_registry_accessibility(dataset):
9-
1010
source = dataset.get("source", "")
1111
if "hugging" not in source.lower():
1212
return pytest.skip("skipped dataset")

0 commit comments

Comments
 (0)