Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-08 03:07:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-08 03:07:09 +0300
commit044a953eb6b92e39cf32678296aa219176c9ad92 (patch)
tree01dafcb0cd46816b6aec864aed791c521c999a45 /spec/support_specs
parent23d78a2bf594e74fef0a9330d7a26bd9398ae4b9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support_specs')
-rw-r--r--spec/support_specs/matchers/exceed_query_limit_helpers_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support_specs/matchers/exceed_query_limit_helpers_spec.rb b/spec/support_specs/matchers/exceed_query_limit_helpers_spec.rb
index a6f5b3862a2..0e79e32b78a 100644
--- a/spec/support_specs/matchers/exceed_query_limit_helpers_spec.rb
+++ b/spec/support_specs/matchers/exceed_query_limit_helpers_spec.rb
@@ -275,7 +275,7 @@ RSpec.describe ExceedQueryLimitHelpers do
expect(test_matcher.log_message)
.to match(%r{ORDER BY.*#{TestQueries.table_name}.*LIMIT 1})
expect(test_matcher.log_message)
- .not_to match(%r{\/\*.*correlation_id.*\*\/})
+ .not_to match(%r{/\*.*correlation_id.*\*/})
end
end
end