You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix rubocop violations
Fixed all violations using `rubocop -a`
* Add Ruby3.4 to CI matrix
* Fix issue in sidekiq_user method
The following test started failing after the commit Harmonize interface with 68d734f
```
1) Error:
SidekiqCommonTest#test_sidekiq_user_with_role:
KeyError: key not found: :sidekiq_user
lib/capistrano/sidekiq.rb:56:in 'Hash#fetch'
lib/capistrano/sidekiq.rb:56:in 'Capistrano::SidekiqCommon#sidekiq_user'
test/unit_test.rb:58:in 'SidekiqCommonTest#test_sidekiq_user_with_role'
```
This occurred because the implementation did not account for the case where sidekiq_user or run_as is missing in role.properties. I judged the implementation to be incorrect and fixed the code accordingly.
0 commit comments