Skip to content

Commit 6ab5be6

Browse files
committed
- Disabling SM in root config, in an attempt to fix tests (not used in local profile anyway).
1 parent a64f350 commit 6ab5be6

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

apps/tps-messaging-service/src/main/resources/application.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ AAD_ISSUER_URI: https://login.microsoftonline.com/62366534-1ec3-4962-8869-9b5535
33
spring:
44
application:
55
name: testnav-tps-messaging-service
6+
cloud:
7+
gcp:
8+
secretmanager:
9+
enabled: false
610
flyway:
711
enabled: false
812
security:

apps/tps-messaging-service/src/main/resources/logback-spring.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</root>
2323
</springProfile>
2424

25-
<springProfile name="local,test">
25+
<springProfile name="local">
2626
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
2727
<encoder>
2828
<pattern>

apps/tps-messaging-service/src/test/Resources/application-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
TOKEN_X_ISSUER: dummy
22

3-
spring:
4-
cloud:
5-
gcp:
6-
secretmanager:
7-
enabled: false
8-
93
config:
104
mq:
115
test:

0 commit comments

Comments
 (0)