Skip to content

Commit 616bca7

Browse files
committed
Disable spring cloud aws paramstore for tests
1 parent f8e3b7f commit 616bca7

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

pass-deposit-services/deposit-core/src/test/resources/test-application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
spring.jms.listener.auto-startup=false
1717
pass.deposit.jobs.disabled=true
1818
spring.cloud.aws.s3.enabled=false
19+
spring.cloud.aws.parameterstore.enabled=false
1920

2021
pass.client.url=http://localhost:8080/
2122
pass.client.user=test

pass-grant-loader/src/test/resources/test-application.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ spring.datasource.password=sa
1212

1313
grant.db.url=${spring.datasource.url}
1414
grant.db.username=sa
15-
grant.db.password=sa
15+
grant.db.password=sa
16+
17+
spring.cloud.aws.parameterstore.enabled=false

pass-nihms-loader/nihms-data-harvest/src/test/resources/test-application.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ nihmsetl.api.url.param.api-token=test-token
1010
# By default this date will be set to the current month, one year ago
1111
nihmsetl.api.url.param.pdf=07/2018
1212
# Date in MM/YYYY format that the PACM data should end at (leave blank to default to the current month)
13-
nihmsetl.api.url.param.pdt=07/2019
13+
nihmsetl.api.url.param.pdt=07/2019
14+
15+
spring.cloud.aws.parameterstore.enabled=false

pass-nihms-loader/nihms-data-transform-load/src/test/resources/test-application.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ pmc.entrez.service.url=http://localhost:9911/entrez/eutils/esummary.fcgi?db=pubm
66
# pass-core properties
77
pass.client.url=http://localhost:8080/
88
pass.client.user=backend
9-
pass.client.password=moo
9+
pass.client.password=moo
10+
11+
spring.cloud.aws.parameterstore.enabled=false

pass-notification-service/src/test/resources/test-application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# Test Spring Boot Configuration
1919
#
2020
spring.jms.listener.auto-startup=false
21+
spring.cloud.aws.parameterstore.enabled=false
2122

2223
pass.client.url=http://localhost:8080/
2324
pass.client.user=backend

0 commit comments

Comments
 (0)