1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

e2e/TestPrometheusDiscovery: Remove Prometheus version specification

This commit is contained in:
Max Leonard Inden 2018-06-05 15:48:22 +02:00
parent 7d08e3d69c
commit ddef5e8bbf
No known key found for this signature in database
GPG key ID: 5403C5464810BC26

View file

@ -857,7 +857,6 @@ func TestPrometheusDiscovery(t *testing.T) {
}
p := framework.MakeBasicPrometheus(ns, prometheusName, group, 1)
p.Spec.Version = "v1.7.1"
if err := framework.CreatePrometheusAndWaitUntilReady(ns, p); err != nil {
t.Fatal(err)
}