Commit ceb628e5 authored by Joshua Lambert's avatar Joshua Lambert

Update Prometheus URL spec for 1.10 format

parent 0b1c6904
...@@ -79,7 +79,7 @@ describe Clusters::Applications::Prometheus do ...@@ -79,7 +79,7 @@ describe Clusters::Applications::Prometheus do
end end
it 'creates proper url' do it 'creates proper url' do
expect(subject.prometheus_client.url).to eq('http://example.com/api/v1/proxy/namespaces/gitlab-managed-apps/service/prometheus-prometheus-server:80') expect(subject.prometheus_client.url).to eq('http://example.com/api/v1/namespaces/gitlab-managed-apps/service/prometheus-prometheus-server:80/proxy')
end end
it 'copies options and headers from kube client to proxy client' do it 'copies options and headers from kube client to proxy client' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment