@@ -132,6 +132,7 @@ def test_zaak_data_present_after_deletion(self):
132
132
self .assertEqual (
133
133
item .extra_zaak_data ["zaaktype" ],
134
134
{
135
+ "uuid" : "111-111-111" ,
135
136
"url" : "http://catalogue-api.nl/zaaktypen/111-111-111" ,
136
137
"identificatie" : "ZAAKTYPE-01" ,
137
138
"omschrijving" : "Aangifte behandelen" ,
@@ -329,6 +330,7 @@ def test_generate_destruction_report(self):
329
330
},
330
331
},
331
332
"zaaktype" : {
333
+ "uuid" : "111-111-111" ,
332
334
"url" : "http://catalogi.nl/api/v1/zaaktypen/111-111-111" ,
333
335
"omschrijving" : "Tralala zaaktype" ,
334
336
"selectielijst_procestype" : {
@@ -356,6 +358,7 @@ def test_generate_destruction_report(self):
356
358
},
357
359
},
358
360
"zaaktype" : {
361
+ "uuid" : "111-111-111" ,
359
362
"url" : "http://catalogi.nl/api/v1/zaaktypen/111-111-111" ,
360
363
"omschrijving" : "Tralala zaaktype" ,
361
364
"selectielijst_procestype" : {
@@ -376,6 +379,7 @@ def test_generate_destruction_report(self):
376
379
"einddatum" : "2022-01-03" ,
377
380
"resultaat" : None ,
378
381
"zaaktype" : {
382
+ "uuid" : "111-111-222" ,
379
383
"url" : "http://catalogi.nl/api/v1/zaaktypen/111-111-222" ,
380
384
"omschrijving" : "Tralala zaaktype" ,
381
385
"selectielijst_procestype" : {
0 commit comments