Commit 8159449d authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '339969-fix-order-dependent-spec' into 'master'

Fix order-dependent spec

See merge request gitlab-org/gitlab!69484
parents 46bfb318 970d0db2
......@@ -143,7 +143,7 @@ RSpec.describe Gitlab::Database::Connection do
describe '#disable_prepared_statements' do
around do |example|
original_config = ::Gitlab::Database.main.config
original_config = connection.scope.connection.pool.db_config
example.run
......
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