generated from pricelees/issue-pr-template
fix: 테스트에서의 API endpoint 오타 수정
This commit is contained in:
parent
6fe3945129
commit
b3ac4a2da2
@ -395,7 +395,7 @@ class ThemeApiTest(
|
||||
runTest(
|
||||
token = authUtil.defaultUserLogin(),
|
||||
on = {
|
||||
get("/v2/themes")
|
||||
get("/themes")
|
||||
},
|
||||
expect = {
|
||||
body("data.themes.size()", equalTo(1))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user