Skip to content

Commit e2f0406

Browse files
authored
Make prompt more explicit for navigation test (#242)
1 parent 8807c38 commit e2f0406

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/navigation_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
@pytest.mark.flaky(max_runs=3)
2424
async def test_generate_dashboard_deeplink(model: str, mcp_client: ClientSession):
2525
tools = await get_converted_tools(mcp_client)
26-
prompt = "Generate a deeplink for dashboard with UID 'test-uid'"
26+
27+
prompt = """Please create a dashboard deeplink for dashboard with UID 'test-uid'."""
2728

2829
messages = [
2930
Message(role="system", content="You are a helpful assistant."),

0 commit comments

Comments
 (0)