org.springframework.cloud.config.client.tls.ConfigClientConfigDataTlsTests.clientCertCanWork

Expecting:
 <null>
to be equal to:
 <"dumb-value">
but was not.

Logging only shows nothing returned from config server

2021-03-14 21:03:30.433 TRACE 18752 --- [           main] .b.c.c.ConfigDataEnvironmentContributors : Processing imports for phase AFTER_PROFILE_ACTIVATION. [ConfigDataActivationContext@720c8f80 cloudPlatform = [null], profiles = [Profiles@7e89eba7 active = '[]', default = '[default]', accepted = '[default]']]
2021-03-14 21:03:30.433 TRACE 18752 --- [           main] .b.c.c.ConfigDataEnvironmentContributors : Processing imports [optional:configserver:]
2021-03-14 21:03:30.434 TRACE 18752 --- [           main] o.s.b.context.config.ConfigDataLoaders   : Loading [ConfigServerConfigDataResource@6bc25ac2 uris = array<String>['https://localhost:27829/'], optional = true, profiles = list['default']] using loader org.springframework.cloud.config.client.ConfigServerConfigDataLoader
2021-03-14 21:03:30.434  WARN 18752 --- [           main] o.s.b.context.config.ConfigDataLoader    : Could not locate PropertySource ([ConfigServerConfigDataResource@6bc25ac2 uris = array<String>['https://localhost:27829/'], optional = true, profiles = list['default']]): null
2021-03-14 21:03:30.434 TRACE 18752 --- [           main] .b.c.c.ConfigDataEnvironmentContributors : Nothing imported

I'm unable to reproduce locally, but @OlgaMaciaszek could.

/cc @OlgaMaciaszek was there any other logging you noticed?