Skip to content

Commit

Permalink
e2e tests are not on ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Sep 13, 2024
1 parent 0d8aaee commit b888e72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/e2e.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
}
config.public_file_server.enabled = true

config.force_ssl = false

config.active_job.queue_adapter = :inline
# config.active_job.queue_name_prefix = "sc_api_test_#{Rails.env}"
config.action_mailer.raise_delivery_errors = false
Expand Down

0 comments on commit b888e72

Please sign in to comment.