summaryrefslogtreecommitdiff
path: root/scripts/insert-rspec-profiling-data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-22 06:13:39 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-22 06:13:39 +0000
commit589ee0e419426e5b740c61b25a3fcfabd1d4c6a6 (patch)
tree38aad1f754aabe5feddc26ce0958ff7a4b9216e6 /scripts/insert-rspec-profiling-data
parentdc93436903cbc2e9deeadc620f2075941d71c559 (diff)
downloadgitlab-ce-589ee0e419426e5b740c61b25a3fcfabd1d4c6a6.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/insert-rspec-profiling-data')
-rwxr-xr-xscripts/insert-rspec-profiling-data2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/insert-rspec-profiling-data b/scripts/insert-rspec-profiling-data
index b2011858558..be25972644c 100755
--- a/scripts/insert-rspec-profiling-data
+++ b/scripts/insert-rspec-profiling-data
@@ -12,7 +12,7 @@ module RspecProfiling
# This disables the automatic creation of the database and
# table. In the future, we may want a way to specify the host of
# the database to connect so that we can call #install.
- Result.establish_connection(results_url)
+ Result.establish_connection(results_url) # rubocop: disable Database/EstablishConnection
end
def results_url