Skip to content

Commit

Permalink
Fix: integration tests in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Apr 11, 2024
1 parent 639859e commit 697fbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/omniauth/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace :perf do
require 'omniauth'
require 'rack/test'
app = Rack::Builder.new do |b|
b.use Rack::Session::Cookie, secret: 'abc123'
b.use Rack::Session::Cookie, secret: ActiveSupport::SecureRandom.hex(64)
b.use OmniAuth::Strategies::Developer
b.run ->(_env) { [200, {}, ['Not Found']] }
end.to_app
Expand Down

0 comments on commit 697fbe4

Please sign in to comment.