Commit bb474c4d authored by Max Woolf's avatar Max Woolf
Browse files

fix: restore master's Rails 8.1 nil_key query expectation

Accidentally reverted during the master-merge resolution in this branch:
a `git checkout HEAD -- spec/labkit/excon_publisher_spec.rb` ran before
the merge was committed, restoring the 2021 form (nil_key=&) instead of
the merged-in master form (nil_key&) from !291's parent series.
Restores the file to origin/master's content (be476081).

Co-Authored-By: default avatarClaude Opus 4.7 (1M context) <noreply@anthropic.com>
parent 87eceb47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ describe Labkit::ExconPublisher do
          [
            {
              method: "GET", code: "200",
              scheme: "http", host: "127.0.0.1", port: 9202, path: "/api/v1/tests", query: "abc=1&nil_key=&xyz=2",
              scheme: "http", host: "127.0.0.1", port: 9202, path: "/api/v1/tests", query: "abc=1&nil_key&xyz=2",
            },
          ],
        ],