Skip to content

Commit

Permalink
feat(messaging.notification): endpoint 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
0chil committed Oct 16, 2024
1 parent 5200252 commit 94fb9ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class NotificationControllerTest {
RestAssuredUtil.givenAuthentication(땡칠_인증정보())
.contentType(ContentType.JSON)
.body(DeviceTokenRequest("a_device_token"))
.`when`().post("/notification/devices")
.`when`().post("/notifications/devices")
.then().statusCode(HttpStatus.OK.value())
}
}

0 comments on commit 94fb9ea

Please sign in to comment.