Skip to content

Commit fd18fb4

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 23622c7 commit fd18fb4

File tree

1 file changed

+2
-1
lines changed
  • sample-operators/metrics-processing/src/test/java/io/javaoperatorsdk/operator/sample/metrics

1 file changed

+2
-1
lines changed

sample-operators/metrics-processing/src/test/java/io/javaoperatorsdk/operator/sample/metrics/MetricsHandlingE2E.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ private LocalPortForward portForward(String labelKey, String labelValue, int por
135135
() ->
136136
new IllegalStateException(
137137
"Pod not found for label " + labelKey + "=" + labelValue));
138-
log.info("Pod {} is ready, establishing port-forward on port {}", pod.getMetadata().getName(), port);
138+
log.info(
139+
"Pod {} is ready, establishing port-forward on port {}", pod.getMetadata().getName(), port);
139140
return client
140141
.pods()
141142
.inNamespace(OBSERVABILITY_NAMESPACE)

0 commit comments

Comments
 (0)