[bug] Fix bug in agent session templates
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user