Skip to content

Commit eaabfc4

Browse files
committed
fix
Signed-off-by: wind57 <[email protected]>
1 parent 099e27b commit eaabfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-kubernetes-client-config/src/test/java/org/springframework/cloud/kubernetes/client/config/NamedConfigMapContextToSourceDataProviderNamespacedBatchReadTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void matchIncludeSingleProfile() {
186186

187187
Assertions.assertThat(sourceData.sourceName()).isEqualTo("configmap.red.red-with-profile.default");
188188
Assertions.assertThat(sourceData.sourceData())
189-
.containsExactlyInAnyOrderEntriesOf(Map.of("color", "really-red", "taste", "mango"));
189+
.containsExactlyInAnyOrderEntriesOf(Map.of("taste", "mango"));
190190

191191
}
192192

0 commit comments

Comments
 (0)