Skip to content

Commit

Permalink
Actually fix cert location
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince authored Oct 26, 2023
1 parent 3114f33 commit 9d09028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/application_system_test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400]

Capybara.server = :puma, {Host: "ssl://#{Capybara.server_host}?cert=../127.0.0.1.pem&key=../127.0.0.1-key.pem"}
Capybara.server = :puma, {Host: "ssl://#{Capybara.server_host}?cert=tmp/127.0.0.1.pem&key=tmp/127.0.0.1-key.pem"}
end

0 comments on commit 9d09028

Please sign in to comment.