chore: move relevant tests to app-server/tests/suite/v2 (#6289)

These are technically app-server v2 APIs, so move them to the same
directory as the others.
This commit is contained in:
Owen Lin
2025-11-06 10:53:17 -08:00
committed by GitHub
parent 871d442b8e
commit fdb9fa301e
4 changed files with 8 additions and 8 deletions

View File

@@ -7,8 +7,6 @@ mod fuzzy_file_search;
mod interrupt;
mod list_resume;
mod login;
mod model_list;
mod rate_limits;
mod send_message;
mod set_default_model;
mod user_agent;