Skip to content

Commit

Permalink
fix image for test
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Jul 1, 2024
1 parent ee78d10 commit 311a981
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public LabelSelector getLabelSelector() {
.getMetadata().getName()));

// Update metrics collector with different image
MetricsCollector collector2 = mcBuilder.withScraperPodImage("quay.io/prometheus/busybox:latest").build();
MetricsCollector collector2 = mcBuilder.withScraperPodImage("quay.io/curl/curl-base:latest").build();

// Collect metrics
assertDoesNotThrow(() -> collector2.collectMetricsFromPods(30000)); // timeout in milliseconds
Expand Down

0 comments on commit 311a981

Please sign in to comment.