From 4a720e1b32b0cc45d010c869e3072380d21c40f4 Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Wed, 14 Aug 2024 13:31:15 -0600 Subject: [PATCH] return to app.properties Signed-off-by: Alfredo Gutierrez --- .../test/java/com/hedera/block/server/util/TestConfigUtil.java | 2 +- .../src/test/resources/{test.app.properties => app.properties} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename server/src/test/resources/{test.app.properties => app.properties} (58%) diff --git a/server/src/test/java/com/hedera/block/server/util/TestConfigUtil.java b/server/src/test/java/com/hedera/block/server/util/TestConfigUtil.java index d65845348..30f3e1219 100644 --- a/server/src/test/java/com/hedera/block/server/util/TestConfigUtil.java +++ b/server/src/test/java/com/hedera/block/server/util/TestConfigUtil.java @@ -32,7 +32,7 @@ public class TestConfigUtil { public static final String CONSUMER_TIMEOUT_THRESHOLD_KEY = "consumer.timeoutThresholdMillis"; - private static final String TEST_APP_PROPERTIES_FILE = "test.app.properties"; + private static final String TEST_APP_PROPERTIES_FILE = "app.properties"; private TestConfigUtil() {} diff --git a/server/src/test/resources/test.app.properties b/server/src/test/resources/app.properties similarity index 58% rename from server/src/test/resources/test.app.properties rename to server/src/test/resources/app.properties index 7356a8e80..ff6694edb 100644 --- a/server/src/test/resources/test.app.properties +++ b/server/src/test/resources/app.properties @@ -1 +1,2 @@ +# Test Properties File prometheus.endpointEnabled=false