[bug] Fix bug in agent session templates

This commit is contained in:
2026-08-24 10:24:09 -04:00
parent 529e6fdfaf
commit c491ebcce7
3 changed files with 10 additions and 2 deletions

View File

@ -1089,7 +1089,7 @@ def test_homepage_shows_agent_sessions_with_first_prompt_title(
response = client.get(reverse("vrobbler-home"))
assert response.status_code == 200
assert b"Agent Sessions" in response.content
assert b"AgentSession" in response.content
assert first_prompt.encode() in response.content
assert settings.LLM_MODEL.encode() not in response.content