Skip to content

Commit

Permalink
Merge pull request #1219 from alphagov/snac-to-gss-imminence
Browse files Browse the repository at this point in the history
Alter snac field to gss in Imminence Api places method contract
  • Loading branch information
KludgeKML authored Nov 30, 2023
2 parents 5b875c6 + 6a7705b commit de9ab51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
* Alter `snac` field to `gss` in Imminence API `places` method contract.

# 91.1.0
* Add `media` method to Asset Manager.

Expand Down
2 changes: 1 addition & 1 deletion test/pacts/imminence_api_pact_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
phone: "01202 713000",
postcode: "BH12 4QY",
service_slug: "number-plate-supplier",
snac: nil,
gss: nil,
source_address: "Yarrow Road Tower Park Poole BH12 4QY",
text_phone: nil,
town: "Yarrow",
Expand Down

0 comments on commit de9ab51

Please sign in to comment.