Skip to content
Snippets Groups Projects
Commit ceb628e5 authored by Joshua Lambert's avatar Joshua Lambert
Browse files

Update Prometheus URL spec for 1.10 format

parent 0b1c6904
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -79,7 +79,7 @@ describe Clusters::Applications::Prometheus do
end
 
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
 
it 'copies options and headers from kube client to proxy client' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment