Skip to content

Commit c0db383

Browse files
azulusclaude
andcommitted
fix(seer): Update explorer chat test for request= kwarg
The endpoint now passes request= to start_run() for auth token creation. Update the mock assertion to expect it. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 33ad867 commit c0db383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sentry/seer/endpoints/test_organization_seer_explorer_chat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def test_post_new_conversation_calls_client(self, mock_client_class: MagicMock):
7676
on_page_context=None,
7777
page_name=None,
7878
override_ce_enable=True,
79+
request=ANY,
7980
)
8081

8182
@patch("sentry.seer.endpoints.organization_seer_explorer_chat.SeerExplorerClient")

0 commit comments

Comments
 (0)