Replies: 3 comments 1 reply
-
Hey @kilonet this happens since you are using spring.config.import integration in your tests. Please specify which version of spring cloud aws you are using you might be using version where enabled was not supported. You have few options.
|
Beta Was this translation helpful? Give feedback.
-
@MatejNedic thanks for responding I'm using version 3.3.0. Even launching localstack container doesn't seem to help. I've created a bare minimum example to demonstrate the issue |
Beta Was this translation helpful? Give feedback.
-
for now I've ended up with :
at least this allows tests to run |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I disable AWS param store in tests?
my
@SpringBootTest
fails to load ApplicationContext because ofdisabling in properties doesn't seem to work
spring.cloud.aws.parameterstore.enabled=false
Beta Was this translation helpful? Give feedback.
All reactions