Skip to content

Commit b91c66b

Browse files
limo520philwebb
authored andcommitted
Fix typo in ConfigDataPropertiesTests
See gh-27017
1 parent 63ed921 commit b91c66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataPropertiesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ void isActiveAgainstBoundData() {
162162
MapConfigurationPropertySource source = new MapConfigurationPropertySource();
163163
source.put("spring.config.import", "one,two,three");
164164
source.put("spring.config.activate.on-cloud-platform", "kubernetes");
165-
source.put("spring.config.activate.on-profiles", "a | b");
165+
source.put("spring.config.activate.on-profile", "a | b");
166166
Binder binder = new Binder(source);
167167
ConfigDataProperties properties = ConfigDataProperties.get(binder);
168168
ConfigDataActivationContext context = new ConfigDataActivationContext(CloudPlatform.KUBERNETES,

0 commit comments

Comments
 (0)