Skip to content

Commit

Permalink
invert order of attribute arrays for testing equality test
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-liuu committed Oct 31, 2024
1 parent 53a6741 commit 30c046e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/webhooks/webhook_registration_queries.rb
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ def queries
"typename" => "WebhookEventBridgeEndpoint",
"arn" => "test-webhooks",
},
"includeFields" => ["field1", "field2"],
"metafieldNamespaces" => ["namespace1", "namespace2"],
"includeFields" => ["field2", "field1"],
"metafieldNamespaces" => ["namespace2", "namespace1"],
},
],
},
Expand Down

0 comments on commit 30c046e

Please sign in to comment.