Loading
test(excon_publisher): update nil-query expectation for Rails 8.1
Rails 8.1 changed Object#to_param to return nil (instead of "") for nil values, so Hash#to_query now emits `key` instead of `key=` for nil-valued keys. Update the expected payload to match. See https://github.com/rails/rails/pull/52610