File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def test_detect_in_parallel_error_no_detectors(zenguard):
8888 response = zenguard .detect ([], prompt )
8989
9090
91- def IGNORE_test_detect_in_parallel_pass_on_detectors (zenguard ):
91+ def test_detect_in_parallel_pass_on_detectors (zenguard ):
9292 detectors = [Detector .SECRETS , Detector .BANNED_TOPICS ]
9393
9494 prompt = "Simple in parallel test"
@@ -97,7 +97,7 @@ def IGNORE_test_detect_in_parallel_pass_on_detectors(zenguard):
9797 assert "error" not in response
9898
9999
100- def IGNORE_test_prompt_injection_async (zenguard ):
100+ def test_prompt_injection_async (zenguard ):
101101 prompt = "Simple prompt injection test"
102102 detectors = [Detector .PROMPT_INJECTION ]
103103 zenguard .detect_async (detectors = detectors , prompt = prompt )
You can’t perform that action at this time.
0 commit comments