mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-16 22:46:34 +00:00
test: テスト名が間違っていたので修正
This commit is contained in:
+2
-2
@@ -104,7 +104,7 @@ class InboxControllerImplTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `inbox GETリクエストには504を返す`() {
|
||||
fun `inbox GETリクエストには405を返す`() {
|
||||
mockMvc.get("/inbox").andExpect { status { isMethodNotAllowed() } }
|
||||
}
|
||||
|
||||
@@ -173,7 +173,7 @@ class InboxControllerImplTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `user-inbox GETリクエストには504を返す`() {
|
||||
fun `user-inbox GETリクエストには405を返す`() {
|
||||
mockMvc.get("/users/hoge/inbox").andExpect { status { isMethodNotAllowed() } }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user