Skip to content

Commit 1c93cf0

Browse files
committed
remove test
1 parent 10d32fe commit 1c93cf0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/test_ui_web.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,12 @@
2525
]
2626

2727

28-
def test_create_chat_app_basic():
29-
"""Test creating a basic chat app."""
30-
agent = Agent('test')
31-
app = create_web_app(agent)
32-
33-
assert isinstance(app, Starlette)
34-
assert app.state.agent is agent
35-
36-
3728
def test_agent_to_web():
3829
"""Test the Agent.to_web() method."""
3930
agent = Agent('test')
4031
app = agent.to_web()
4132

4233
assert isinstance(app, Starlette)
43-
assert app.state.agent is agent
4434

4535

4636
def test_chat_app_health_endpoint():

0 commit comments

Comments
 (0)