From 8bbca33612cd132b33600cd7cd8d18e96e4b4c7c Mon Sep 17 00:00:00 2001 From: jun02160 Date: Sun, 17 Nov 2024 16:06:28 +0900 Subject: [PATCH] chore: update test application.yml - for build related issue #453 --- src/main/resources/application.yml | 1 - src/test/resources/application.yml | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1af184df..3f85fb4f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -115,6 +115,5 @@ gabia: management: endpoints: - enabled-by-default: false web: base-path: test diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml index 4d440a36..fe535717 100644 --- a/src/test/resources/application.yml +++ b/src/test/resources/application.yml @@ -108,4 +108,9 @@ member: gabia: sms-id: test api-key: test - send-number: test \ No newline at end of file + send-number: test + +management: + endpoints: + web: + base-path: test