Skip to content

Commit 438b253

Browse files
committed
remove IGNORE prefix from tests in zenguard_e2e_test.py
1 parent 5a02586 commit 438b253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/zenguard_e2e_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)