Skip to content

Commit

Permalink
✅ [#504] Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Dec 4, 2024
1 parent 8aa4b8f commit d28569c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def test_zaak_data_present_after_deletion(self):
self.assertEqual(
item.extra_zaak_data["zaaktype"],
{
"uuid": "111-111-111",
"url": "http://catalogue-api.nl/zaaktypen/111-111-111",
"identificatie": "ZAAKTYPE-01",
"omschrijving": "Aangifte behandelen",
Expand Down Expand Up @@ -329,6 +330,7 @@ def test_generate_destruction_report(self):
},
},
"zaaktype": {
"uuid": "111-111-111",
"url": "http://catalogi.nl/api/v1/zaaktypen/111-111-111",
"omschrijving": "Tralala zaaktype",
"selectielijst_procestype": {
Expand Down Expand Up @@ -356,6 +358,7 @@ def test_generate_destruction_report(self):
},
},
"zaaktype": {
"uuid": "111-111-111",
"url": "http://catalogi.nl/api/v1/zaaktypen/111-111-111",
"omschrijving": "Tralala zaaktype",
"selectielijst_procestype": {
Expand All @@ -376,6 +379,7 @@ def test_generate_destruction_report(self):
"einddatum": "2022-01-03",
"resultaat": None,
"zaaktype": {
"uuid": "111-111-222",
"url": "http://catalogi.nl/api/v1/zaaktypen/111-111-222",
"omschrijving": "Tralala zaaktype",
"selectielijst_procestype": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ def test_complete_and_notify(self):
},
},
"zaaktype": {
"uuid": "111-111-111",
"url": "http://catalogi.nl/api/v1/zaaktypen/111-111-111",
"omschrijving": "Tralala zaaktype",
"selectielijst_procestype": {
Expand Down

0 comments on commit d28569c

Please sign in to comment.