Skip to content

Commit 8c91b09

Browse files
Merge branch '3.2.x'
Closes gh-39450
2 parents b6300dc + 6b453ce commit 8c91b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/properties/TestcontainersPropertySource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ static TestcontainersPropertySource getOrAdd(ConfigurableEnvironment environment
129129
return getOrAdd(environment);
130130
}
131131
Assert.state(propertySource instanceof TestcontainersPropertySource,
132-
"Incorrect DynamicValuesPropertySource type registered");
132+
"Incorrect TestcontainersPropertySource type registered");
133133
return ((TestcontainersPropertySource) propertySource);
134134
}
135135

0 commit comments

Comments
 (0)