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

@@ -1,4 +1,6 @@
mod account;
mod model_list;
mod rate_limits;
mod thread_archive;
mod thread_list;
mod thread_resume;