From 2dccf3ff3d260e37b6414fba22dcae709fa0b74e Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Sun, 12 Nov 2023 16:29:51 +0900 Subject: [PATCH] =?UTF-8?q?test:=20SQL=E3=81=AE=E3=83=95=E3=82=A1=E3=82=A4?= =?UTF-8?q?=E3=83=AB=E5=90=8D=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/intTest/kotlin/activitypub/note/NoteTest.kt | 2 +- ...取得できる.sql => 匿名でfollowers投稿を取得しようとすると404.sql} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/intTest/resources/sql/note/{匿名でfollowers投稿を取得できる.sql => 匿名でfollowers投稿を取得しようとすると404.sql} (100%) 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