Skip to content

Commit

Permalink
test: update tests to reflect new data
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Aug 13, 2024
1 parent 1a31e07 commit 25c2469
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/test/testtool/scenario01/Input.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"taaktype": "https://ultimo-koppeling-acc.forzamor.nl/api/taaktypes/3724-8794-4302",
"taaktype": "https://ultimo-koppeling-acc.forzamor.nl/api/taaktypes/b42801c6-cd66-43df-add7-07b0824852ee",
"titel": "Hoofdriool",
"bericht": "",
"taakopdracht": "https://mor-core-acc.forzamor.nl/api/v1/taakopdracht/1234-5678/",
Expand Down
4 changes: 2 additions & 2 deletions src/test/testtool/scenario01/UltimoPostZaakRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"telefoonMelder": "Anoniem",
"adres": "1234AB 1",
"plaatsbepaling": "Stad",
"onderwerpCode": "",
"onderwerpOmschrijving": "",
"onderwerpCode": "12166",
"onderwerpOmschrijving": "Rioolaansluiting (verstopping)",
"spoed": "Nee",
"x": 1.234567,
"y": 1.234567,
Expand Down
24 changes: 20 additions & 4 deletions src/test/testtool/scenario04/Output.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"uuid": "b42801c6-cd66-43df-add7-07b0824852ee",
"omschrijving": "Rioolaansluiting verstopping",
"toelichting": "Rioolaansluiting verstopping",
"additionele_informatie": ""
"additionele_informatie": "",
"extra": {
"ultimoOnderwerpCode": "12166",
"ultimoOnderwerpOmschrijving": "Rioolaansluiting (verstopping)"
}
},
{
"_links": {
Expand All @@ -19,7 +23,11 @@
"uuid": "ce855971-ed60-4ec0-8a92-37393d914333",
"omschrijving": "Hoofdriool",
"toelichting": "Hoofdriool",
"additionele_informatie": ""
"additionele_informatie": "",
"extra": {
"ultimoOnderwerpCode": "12164",
"ultimoOnderwerpOmschrijving": "hoofdriool"
}
},
{
"_links": {
Expand All @@ -28,7 +36,11 @@
"uuid": "8d1ff14f-77b9-4e9e-95f3-572c7c88d26f",
"omschrijving": "Stankoverlast",
"toelichting": "Stankoverlast",
"additionele_informatie": ""
"additionele_informatie": "",
"extra": {
"ultimoOnderwerpCode": "12165",
"ultimoOnderwerpOmschrijving": "stankoverlast"
}
},
{
"_links": {
Expand All @@ -37,7 +49,11 @@
"uuid": "3eeb8f00-89b4-41c5-a219-17811ec52d9c",
"omschrijving": "Straatkolk verstopt",
"toelichting": "Straatkolk verstopt",
"additionele_informatie": ""
"additionele_informatie": "",
"extra": {
"ultimoOnderwerpCode": "12165",
"ultimoOnderwerpOmschrijving": "straatkolk (verstopt)"
}
}
]
}

0 comments on commit 25c2469

Please sign in to comment.