Skip to content

Commit d1bce7f

Browse files
Update tests/server/agent_execution/test_context.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent dad717a commit d1bce7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/agent_execution/test_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def test_check_or_generate_context_id_no_params(self) -> None:
174174

175175
def test_check_or_generate_context_id_with_existing_context_id(
176176
self, mock_params: Mock
177-
):
177+
) -> None:
178178
"""Test _check_or_generate_context_id with existing context ID."""
179179
existing_id = 'existing-context-id'
180180
mock_params.message.context_id = existing_id

0 commit comments

Comments
 (0)