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 2081d90 commit 71136beCopy full SHA for 71136be
tests/e2e/features/steps/info.py
@@ -82,10 +82,10 @@ def check_shield_structure(context: Context) -> None:
82
found_shield = shield
83
break
84
85
- assert found_shield is not None, "No LLM model found in response"
+ assert found_shield is not None, "No shield found in response"
86
87
# Validate structure and values
88
- assert found_shield["type"] == "shield", "type should be 'model'"
+ assert found_shield["type"] == "shield", "type should be 'shield'"
89
assert (
90
found_shield["provider_id"] == "llama-guard"
91
), "provider_id should be 'llama-guard'"
0 commit comments