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

Merge pull request from mxinden/remove-prom-spec

e2e/TestPrometheusDiscovery: Remove Prometheus version specification
This commit is contained in:
Frederic Branczyk 2018-06-05 16:39:56 +02:00 committed by GitHub
commit 5fdbfb0907
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)
}