diff --git a/src/intTest/kotlin/activitypub/note/NoteTest.kt b/src/intTest/kotlin/activitypub/note/NoteTest.kt index 946a14a6..ca132975 100644 --- a/src/intTest/kotlin/activitypub/note/NoteTest.kt +++ b/src/intTest/kotlin/activitypub/note/NoteTest.kt @@ -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") { diff --git a/src/intTest/resources/sql/note/匿名でfollowers投稿を取得できる.sql b/src/intTest/resources/sql/note/匿名でfollowers投稿を取得しようとすると404.sql similarity index 100% rename from src/intTest/resources/sql/note/匿名でfollowers投稿を取得できる.sql rename to src/intTest/resources/sql/note/匿名でfollowers投稿を取得しようとすると404.sql