fix: 테스트에서의 API endpoint 오타 수정

This commit is contained in:
이상진 2025-09-13 21:12:39 +09:00
parent 6fe3945129
commit b3ac4a2da2

View File

@ -395,7 +395,7 @@ class ThemeApiTest(
runTest(
token = authUtil.defaultUserLogin(),
on = {
get("/v2/themes")
get("/themes")
},
expect = {
body("data.themes.size()", equalTo(1))