diff options
author | palkan <dementiev.vm@gmail.com> | 2017-07-06 17:34:58 +0300 |
---|---|---|
committer | palkan <dementiev.vm@gmail.com> | 2017-07-11 16:38:30 +0300 |
commit | be806d8696675b82e4407eeaf8b63f59afd3f00e (patch) | |
tree | 061a771d3e0c643ec62cf8671b5854ee1df516fa /actioncable/test/subscription_adapter | |
parent | 07ed697f7b0debd8736a188fad67fe5e0c98739e (diff) | |
download | rails-be806d8696675b82e4407eeaf8b63f59afd3f00e.tar.gz rails-be806d8696675b82e4407eeaf8b63f59afd3f00e.tar.bz2 rails-be806d8696675b82e4407eeaf8b63f59afd3f00e.zip |
Fix postgresql adapter setup for ActionCable tests
(cherry picked from commit e2093c1f678175bde7c37c848686d979427346e1)
(cherry picked from commit d7dbe48273bd9e0adb1de5b52e3cdaeb4a65630b)
Diffstat (limited to 'actioncable/test/subscription_adapter')
-rw-r--r-- | actioncable/test/subscription_adapter/postgresql_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/test/subscription_adapter/postgresql_test.rb b/actioncable/test/subscription_adapter/postgresql_test.rb index ada4c2e2bd..29c746733d 100644 --- a/actioncable/test/subscription_adapter/postgresql_test.rb +++ b/actioncable/test/subscription_adapter/postgresql_test.rb @@ -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 |