From 91a283fd624f3121792e8e67a4ba6b852291a3c2 Mon Sep 17 00:00:00 2001 From: wrathlion Date: Tue, 3 Sep 2024 11:37:02 +0900 Subject: [PATCH] =?UTF-8?q?Test:=20Test=EC=9A=A9=20application=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to: #5 --- src/test/java/kaboo/kaboo_auth/KabooAuthApplicationTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/kaboo/kaboo_auth/KabooAuthApplicationTests.java b/src/test/java/kaboo/kaboo_auth/KabooAuthApplicationTests.java index 70093fc..af9cdf9 100644 --- a/src/test/java/kaboo/kaboo_auth/KabooAuthApplicationTests.java +++ b/src/test/java/kaboo/kaboo_auth/KabooAuthApplicationTests.java @@ -4,6 +4,7 @@ import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest +@ActiveProfiles("test") class KabooAuthApplicationTests { @Test