zendesk / samson

Web interface for deployments, with plugin architecture and kubernetes support
Other
1.45k stars 234 forks source link

Tests: use keyword arguments for Ruby 3 compatibility #4090

Closed orien closed 4 months ago

orien commented 4 months ago

Context

There's a change in Ruby 3.0 that separates positional and keyword arguments.

Change

In preparation for the Ruby 3.0 upgrade, update tests to correctly pass keyword arguments in method calls.

orien commented 4 months ago

Thanks @grosser. Could I please get your help to merge this PR as well?