mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-20 11:29:19 +00:00
test: SQLのファイル名を修正
This commit is contained in:
@@ -68,7 +68,7 @@ class NoteTest {
|
|||||||
@Test
|
@Test
|
||||||
@Transactional
|
@Transactional
|
||||||
@WithAnonymousUser
|
@WithAnonymousUser
|
||||||
@Sql("/sql/note/匿名でfollowers投稿を取得できる.sql")
|
@Sql("/sql/note/匿名でfollowers投稿を取得しようとすると404.sql")
|
||||||
fun 匿名でfollowers投稿を取得しようとすると404() {
|
fun 匿名でfollowers投稿を取得しようとすると404() {
|
||||||
mockMvc
|
mockMvc
|
||||||
.get("/users/test-user2/posts/1236") {
|
.get("/users/test-user2/posts/1236") {
|
||||||
|
|||||||
Reference in New Issue
Block a user