mirror of https://github.com/usbharu/Hideout.git
test: SQLのファイル名を修正
This commit is contained in:
parent
87d6b61b25
commit
2dccf3ff3d
|
@ -68,7 +68,7 @@ class NoteTest {
|
|||
@Test
|
||||
@Transactional
|
||||
@WithAnonymousUser
|
||||
@Sql("/sql/note/匿名でfollowers投稿を取得できる.sql")
|
||||
@Sql("/sql/note/匿名でfollowers投稿を取得しようとすると404.sql")
|
||||
fun 匿名でfollowers投稿を取得しようとすると404() {
|
||||
mockMvc
|
||||
.get("/users/test-user2/posts/1236") {
|
||||
|
|
Loading…
Reference in New Issue