Skip to content

Commit

Permalink
return to app.properties
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Aug 14, 2024
1 parent 759f3c8 commit 4a720e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Test Properties File
prometheus.endpointEnabled=false

0 comments on commit 4a720e1

Please sign in to comment.