Skip to content

Commit

Permalink
Merge 8980182 into 41990aa
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelolx committed May 12, 2021
2 parents 41990aa + 8980182 commit 4970bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/sidekiq-scheduler/web_spec.rb
Expand Up @@ -4,6 +4,8 @@
describe Sidekiq::Web do
include Rack::Test::Methods

Sidekiq::Web.use Rack::Session::Cookie, secret: File.read("spec/support/.session.key"), same_site: true, max_age: 86400

let(:app) { Sidekiq::Web }

let(:enabled_job_name) { 'Foo Job' }
Expand Down
1 change: 1 addition & 0 deletions spec/support/.session.key
@@ -0,0 +1 @@
12d2dc785301be134b61f32a5de2fc8a5102dc0aa25899736ff5f94be32c2148

0 comments on commit 4970bd5

Please sign in to comment.