Merge branch '3.1.x' into 3.2.x

Closes gh-39449
This commit is contained in:
Scott Frederick 2024-02-07 16:49:29 -06:00
commit 6b453cedf6

View File

@ -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);
}