You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-fabric8-client-reload/src/test/java/org/springframework/cloud/kubernetes/fabric8/client/reload/ConfigMapMountPollingReloadDelegateIT.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ static void afterAll() {
77
77
* - the property above means that at the moment we will be searching for config maps that only
78
78
* match the application name, in this specific test there is no such config map.
79
79
* - what we will also read, is /tmp directory according to configtree rules.
80
-
* As such, a property "props.key" (see TestUtil::BODY_SIX) will be in environment.
80
+
* As such, a property "props.key" will be in environment.
81
81
*
82
82
* - we then change the config map content, wait for configuration watcher to pick up the change
0 commit comments