mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Merge branch '3.2.x'
Closes gh-39450
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ public class TestcontainersPropertySource extends EnumerablePropertySource<Map<S
|
||||
return getOrAdd(environment);
|
||||
}
|
||||
Assert.state(propertySource instanceof TestcontainersPropertySource,
|
||||
"Incorrect DynamicValuesPropertySource type registered");
|
||||
"Incorrect TestcontainersPropertySource type registered");
|
||||
return ((TestcontainersPropertySource) propertySource);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user