From ff9a14124cf8c334cfcfd0cc2e8423845cc5f2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Mon, 11 Sep 2023 13:06:48 +0200 Subject: [PATCH] Don't use secret manager on tests --- .../main/src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-tests/main/src/main/resources/application.properties b/integration-tests/main/src/main/resources/application.properties index 778d1988..c83a0d25 100644 --- a/integration-tests/main/src/main/resources/application.properties +++ b/integration-tests/main/src/main/resources/application.properties @@ -17,7 +17,8 @@ # Secret Manager Demo # You can load secrets from Google Cloud Secret Manager with the ${sm//} syntax. -my.database.password=${sm//integration-test} +%prod.my.database.password=${sm//integration-test} +%test.my.database.password=test ## Logging config %dev.quarkus.google.cloud.logging.enabled=false