Skip to content

Commit

Permalink
test/test_helpers/configuration: set redis.async
Browse files Browse the repository at this point in the history
  • Loading branch information
davidor committed Sep 25, 2019
1 parent 593beab commit ee195e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helpers/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
config.redshift.port = 5432
config.redshift.dbname = 'test'
config.redshift.user = 'postgres'
config.redis.async = ENV['CONFIG_REDIS_ASYNC'].to_s == 'true' ? true : false
end

0 comments on commit ee195e9

Please sign in to comment.