mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix postgresql adapter setup for ActionCable tests
(cherry picked from commit e2093c1f678175bde7c37c848686d979427346e1) (cherry picked from commit d7dbe48273bd9e0adb1de5b52e3cdaeb4a65630b)
This commit is contained in:
parent
07ed697f7b
commit
be806d8696
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class PostgresqlAdapterTest < ActionCable::TestCase
|
|||
if Dir.exist?(ar_tests)
|
||||
require File.join(ar_tests, "config")
|
||||
require File.join(ar_tests, "support/config")
|
||||
local_config = ARTest.config["arunit"]
|
||||
local_config = ARTest.config["connections"]["postgresql"]["arunit"]
|
||||
database_config.update local_config if local_config
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue