Skip to content

Commit

Permalink
Update test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Mar 27, 2020
1 parent d95afa3 commit aeed97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/test.rb
Expand Up @@ -9,7 +9,7 @@
# and recreated between test runs. Don't rely on the data there!
config.cache_classes = ENV['CI'].present?

ENV['HOST'] = 'http://localhost'
ENV['HOST'] = 'http://localhost:5002'

# Do not eager load code on boot. This avoids loading your whole application
# just for the purpose of running a single test. If you are using a tool that
Expand Down

0 comments on commit aeed97f

Please sign in to comment.