File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ func init() {
53
53
}
54
54
55
55
func TestExperimentalPromQLFuncsWithPrometheus (t * testing.T ) {
56
- prometheusLatestImage := "quay.io/prometheus/prometheus:v3.1.0 "
56
+ prometheusLatestImage := "quay.io/prometheus/prometheus:v3.2.1 "
57
57
s , err := e2e .NewScenario (networkName )
58
58
require .NoError (t , err )
59
59
defer s .Close ()
@@ -1423,7 +1423,7 @@ func TestBackwardCompatibilityQueryFuzz(t *testing.T) {
1423
1423
1424
1424
// TestPrometheusCompatibilityQueryFuzz compares Cortex with latest Prometheus release.
1425
1425
func TestPrometheusCompatibilityQueryFuzz (t * testing.T ) {
1426
- prometheusLatestImage := "quay.io/prometheus/prometheus:v3.1.0 "
1426
+ prometheusLatestImage := "quay.io/prometheus/prometheus:v3.2.1 "
1427
1427
s , err := e2e .NewScenario (networkName )
1428
1428
require .NoError (t , err )
1429
1429
defer s .Close ()
You can’t perform that action at this time.
0 commit comments