We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9712c52 commit afe20baCopy full SHA for afe20ba
tests/zenguard_e2e_test.py
@@ -72,13 +72,6 @@ def test_secrets(zenguard):
72
assert_successful_response_not_detected(response)
73
74
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
82
def test_update_detectors(zenguard):
83
detectors = [Detector.SECRETS, Detector.ALLOWED_TOPICS]
84
response = zenguard.update_detectors(detectors=detectors)
0 commit comments