Loading
test(excon_publisher): adapt 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. The expected payload was hard-coded against the pre-8.1 serialization and broke the spec under activesupport 8.1. Pick the expected substring based on the loaded ActiveSupport version so the suite stays green across the full 5.0-8.1 range that the gemspec advertises.