From e8d2c2579383897a1dd7f9debd359abe8ae8373d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 20 Jul 2021 09:55:51 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-1-stable-ee --- spec/lib/gitlab/consul/internal_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/lib/gitlab/consul/internal_spec.rb') diff --git a/spec/lib/gitlab/consul/internal_spec.rb b/spec/lib/gitlab/consul/internal_spec.rb index 5889dd8b41d..28dcaac9ff2 100644 --- a/spec/lib/gitlab/consul/internal_spec.rb +++ b/spec/lib/gitlab/consul/internal_spec.rb @@ -134,6 +134,6 @@ RSpec.describe Gitlab::Consul::Internal do end def stub_consul_discover_prometheus - stub_request(:get, /v1\/catalog\/service\/prometheus/) + stub_request(:get, %r{v1/catalog/service/prometheus}) end end -- cgit v1.2.1