summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/prometheus/query_variables_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-09 03:07:57 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-09 03:07:57 +0000
commit330eac18cef61a4f58b3601265f7b631d2311cd0 (patch)
tree87eec5d8c441581938ca908ce30199832e118b85 /spec/lib/gitlab/prometheus/query_variables_spec.rb
parent3359a5a56337b93cd34b9914b6468395bfb6c514 (diff)
downloadgitlab-ce-330eac18cef61a4f58b3601265f7b631d2311cd0.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/gitlab/prometheus/query_variables_spec.rb')
-rw-r--r--spec/lib/gitlab/prometheus/query_variables_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/prometheus/query_variables_spec.rb b/spec/lib/gitlab/prometheus/query_variables_spec.rb
index 3f9b245a3fb..849265de513 100644
--- a/spec/lib/gitlab/prometheus/query_variables_spec.rb
+++ b/spec/lib/gitlab/prometheus/query_variables_spec.rb
@@ -14,7 +14,7 @@ describe Gitlab::Prometheus::QueryVariables do
it do
is_expected.to include(environment_filter:
- %{container_name!="POD",environment="#{slug}"})
+ %Q[container_name!="POD",environment="#{slug}"])
end
context 'without deployment platform' do