feat(free-battle): FreeBattleController + routing smoke tests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
gamer147
2026-06-12 21:24:02 -04:00
parent 84760490e7
commit 3e58fbb650
2 changed files with 156 additions and 0 deletions

View File

@@ -141,6 +141,11 @@ public class RoutingSmokeTests
[TestCase("/rank_battle/add_all_client_log")]
[TestCase("/rank_battle/add_last_turn_log")]
[TestCase("/rank_battle/get_latest_master_point")]
[TestCase("/rotation_free_battle/do_matching")]
[TestCase("/unlimited_free_battle/do_matching")]
[TestCase("/rotation_free_battle/finish")]
[TestCase("/unlimited_free_battle/finish")]
[TestCase("/free_battle/force_finish")]
public async Task Authenticated_route_resolves(string path)
{
using var factory = new TestFactory();