We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831bdf3 commit 125c059Copy full SHA for 125c059
tests/test_ui_web.py
@@ -87,7 +87,7 @@ def test_chat_app_configure_endpoint_empty():
87
88
89
def test_chat_app_index_endpoint():
90
- """Test that the index endpoint serves the UI from CDN."""
+ """Test that the index endpoint serves HTML with proper caching headers."""
91
agent = Agent('test')
92
app = create_web_app(agent)
93
0 commit comments