Skip to content

Commit ef1ac7c

Browse files
authored
Change latest prometheus image (v3.2.1) in fuzz test (#6632)
Signed-off-by: SungJin1212 <[email protected]>
1 parent 3e4f186 commit ef1ac7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/query_fuzz_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func init() {
5353
}
5454

5555
func TestExperimentalPromQLFuncsWithPrometheus(t *testing.T) {
56-
prometheusLatestImage := "quay.io/prometheus/prometheus:v3.1.0"
56+
prometheusLatestImage := "quay.io/prometheus/prometheus:v3.2.1"
5757
s, err := e2e.NewScenario(networkName)
5858
require.NoError(t, err)
5959
defer s.Close()
@@ -1423,7 +1423,7 @@ func TestBackwardCompatibilityQueryFuzz(t *testing.T) {
14231423

14241424
// TestPrometheusCompatibilityQueryFuzz compares Cortex with latest Prometheus release.
14251425
func TestPrometheusCompatibilityQueryFuzz(t *testing.T) {
1426-
prometheusLatestImage := "quay.io/prometheus/prometheus:v3.1.0"
1426+
prometheusLatestImage := "quay.io/prometheus/prometheus:v3.2.1"
14271427
s, err := e2e.NewScenario(networkName)
14281428
require.NoError(t, err)
14291429
defer s.Close()

0 commit comments

Comments
 (0)