Skip to content

Commit b0c18b3

Browse files
committed
lint
1 parent f02d38b commit b0c18b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/blueprints/test_guards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def test_openai_v1_chat_completions__raises_404(mocker):
636636
mocker.patch("guardrails_api.blueprints.guards.CacheClient.set")
637637
# expect 404 HttpError
638638
with pytest.raises(Exception) as e:
639-
response = openai_v1_chat_completions("My%20Guard's%20Name")
639+
openai_v1_chat_completions("My%20Guard's%20Name")
640640
assert str(e.value) == '404 Not Found: Guard not found'
641641

642642
mock_get_guard.assert_called_once_with("My Guard's Name")

0 commit comments

Comments
 (0)