Skip to content

Commit

Permalink
Use snake cased GraphQL argument
Browse files Browse the repository at this point in the history
Publishing API has switched to use snake cased fields and arguments for
GraphQL queries in alphagov/publishing-api#3049.

This updates the pact test to reflect this.
  • Loading branch information
brucebolt committed Dec 17, 2024
1 parent 5bf6576 commit 4582b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pacts/publishing_api/graphql_query_pact_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
it "returns the response to the query" do
query = <<~QUERY
{
edition(basePath: "/my-document") {
edition(base_path: "/my-document") {
... on Edition {
title
}
Expand Down

0 comments on commit 4582b3f

Please sign in to comment.