Skip to content

Commit 50c1aa9

Browse files
Mihir-MavalankarClaude Opus 4.6
andcommitted
fix(seer): Update endpoint test for capitalized node headings
Missed this assertion when capitalizing nodeType in _render_node. Co-Authored-By: Claude Opus 4.6 <noreply@example.com>
1 parent c680da9 commit 50c1aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sentry/seer/endpoints/test_organization_seer_explorer_chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def test_post_json_on_page_context_converted_to_markdown(
252252
assert response.status_code == 200
253253
call_kwargs = mock_client.start_run.call_args[1]
254254
context = call_kwargs["on_page_context"]
255-
assert "# dashboard" in context
255+
assert "# Dashboard" in context
256256
assert '- **title**: "My Dashboard"' in context
257257

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

0 commit comments

Comments
 (0)