Skip to content

Commit 44bf868

Browse files
committed
chore: align tests
1 parent e5d57a9 commit 44bf868

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/integration_tests/clients/test_studio.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ def test_studio(test_file_name: str):
5050
argvalues=[
5151
("chat/async_chat_completions.py",),
5252
("chat/async_stream_chat_completions.py",),
53-
("conversational_rag/conversational_rag.py",),
54-
("conversational_rag/async_conversational_rag.py",),
5553
("maestro/run.py",),
5654
("maestro/async_run.py",),
5755
("agents/agent_crud.py",),
@@ -61,8 +59,6 @@ def test_studio(test_file_name: str):
6159
ids=[
6260
"when_chat_completions__should_return_ok",
6361
"when_stream_chat_completions__should_return_ok",
64-
"when_conversational_rag__should_return_ok",
65-
"when_async_conversational_rag__should_return_ok",
6662
"when_maestro_runs__should_return_ok",
6763
"when_maestro_async_runs__should_return_ok",
6864
"when_agent_crud__should_return_ok",

0 commit comments

Comments
 (0)