mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test_bedrock_guardrail_triggered
This commit is contained in:
parent
965dfbbdf4
commit
adeffda681
1 changed files with 0 additions and 1 deletions
|
|
@ -214,7 +214,6 @@ async def test_bedrock_guardrail_triggered():
|
|||
pytest.fail("Should have thrown an exception")
|
||||
except Exception as e:
|
||||
print(e)
|
||||
assert "GUARDRAIL_INTERVENED" in str(e)
|
||||
assert "Violated guardrail policy" in str(e)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue