Skip to content

Commit

Permalink
PYIC-7931: Update audit-event data for api-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AmritSidhu committed Jan 15, 2025
1 parent 91ab31b commit 5b39125
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions api-tests/data/audit-events/reprove-identity-journey.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,32 @@
"value": "1965-07-08"
}
],
"oldAddress": [
{
"addressCountry": "GB",
"uprn": 100120012077,
"buildingName": "",
"streetName": "HADLEY ROAD",
"postalCode": "BA2 5AA",
"buildingNumber": "8",
"addressLocality": "BATH",
"validFrom": "1000-01-01",
"subBuildingName": ""
}
],
"newAddress": [
{
"addressCountry": "GB",
"uprn": 100120012047,
"buildingName": "",
"streetName": "King Road",
"postalCode": "BS9 6NR",
"buildingNumber": "28",
"addressLocality": "BRISTOL",
"validFrom": "1000-01-01",
"subBuildingName": ""
}
],
"device_information": {}
}
},
Expand Down
26 changes: 26 additions & 0 deletions api-tests/data/audit-events/update-name-and-address-journey.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,32 @@
"value": "1965-07-08"
}
],
"oldAddress": [
{
"addressCountry": "GB",
"uprn": 100120012077,
"buildingName": "",
"streetName": "HADLEY ROAD",
"postalCode": "BA2 5AA",
"buildingNumber": "8",
"addressLocality": "BATH",
"validFrom": "1000-01-01",
"subBuildingName": ""
}
],
"newAddress": [
{
"addressCountry": "GB",
"uprn": 100120012047,
"buildingName": "",
"streetName": "King Road",
"postalCode": "BS9 6NR",
"buildingNumber": "28",
"addressLocality": "BRISTOL",
"validFrom": "1000-01-01",
"subBuildingName": ""
}
],
"device_information": {}
}
},
Expand Down

0 comments on commit 5b39125

Please sign in to comment.