Skip to content

Commit 71136be

Browse files
committed
fix tests
1 parent 2081d90 commit 71136be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/features/steps/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ def check_shield_structure(context: Context) -> None:
8282
found_shield = shield
8383
break
8484

85-
assert found_shield is not None, "No LLM model found in response"
85+
assert found_shield is not None, "No shield found in response"
8686

8787
# Validate structure and values
88-
assert found_shield["type"] == "shield", "type should be 'model'"
88+
assert found_shield["type"] == "shield", "type should be 'shield'"
8989
assert (
9090
found_shield["provider_id"] == "llama-guard"
9191
), "provider_id should be 'llama-guard'"

0 commit comments

Comments
 (0)