Skip to content

Commit

Permalink
test: path 수정 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
songsunkook committed Oct 4, 2024
1 parent 066517c commit 1cf2c98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void setup() {
String token = userFixture.getToken(adminUser);

mockMvc.perform(
get("/admin/notices")
get("/admin/notice")
.header("Authorization", "Bearer " + token)
.param("page", "1")
.param("is_deleted", "false")
Expand Down

0 comments on commit 1cf2c98

Please sign in to comment.