Skip to content

Commit afe20ba

Browse files
author
Baur
authored
Update zenguard_e2e_test.py
1 parent 9712c52 commit afe20ba

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/zenguard_e2e_test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,6 @@ def test_secrets(zenguard):
7272
assert_successful_response_not_detected(response)
7373

7474

75-
def test_toxicity(zenguard):
76-
prompt = "Simple toxicity test"
77-
detectors = [Detector.TOXICITY]
78-
response = zenguard.detect(detectors=detectors, prompt=prompt)
79-
assert_successful_response_not_detected(response)
80-
81-
8275
def test_update_detectors(zenguard):
8376
detectors = [Detector.SECRETS, Detector.ALLOWED_TOPICS]
8477
response = zenguard.update_detectors(detectors=detectors)

0 commit comments

Comments
 (0)