Commit 58d1cd6b authored by Stan Hu's avatar Stan Hu

Merge branch 'fix-rspec_profiling-establish_connection-string-deprecation' into 'master'

Cast ENV['RSPEC_PROFILING_POSTGRES_URL'] to symbol in establish_connection call …

See merge request !11150
parents 55273423 e6f008bb
module RspecProfilingExt module RspecProfilingExt
module PSQL module PSQL
def establish_connection def establish_connection
::RspecProfiling::Collectors::PSQL::Result.establish_connection(ENV['RSPEC_PROFILING_POSTGRES_URL']) ::RspecProfiling::Collectors::PSQL::Result.establish_connection(ENV['RSPEC_PROFILING_POSTGRES_URL'].to_sym)
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment