@@ -60,7 +60,7 @@ def test_create_actor_medewerker(self):
60
60
"actorIdentificatie" : {
61
61
"functie" : "functie" ,
62
62
"emailadres" : "phil@bozeman.com" ,
63
- "telefoonnummer" : "3168234723 " ,
63
+ "telefoonnummer" : "+31618234723 " ,
64
64
},
65
65
}
66
66
@@ -87,7 +87,7 @@ def test_create_actor_medewerker(self):
87
87
{
88
88
"functie" : "functie" ,
89
89
"emailadres" : "phil@bozeman.com" ,
90
- "telefoonnummer" : "3168234723 " ,
90
+ "telefoonnummer" : "+31618234723 " ,
91
91
},
92
92
)
93
93
@@ -107,7 +107,7 @@ def test_create_actor_organisatorische_eenheid(self):
107
107
"omschrijving" : "omschrijving" ,
108
108
"emailadres" : "phil@bozeman.com" ,
109
109
"faxnummer" : "316893487573" ,
110
- "telefoonnummer" : "3168234723 " ,
110
+ "telefoonnummer" : "+31618234723 " ,
111
111
},
112
112
}
113
113
@@ -135,7 +135,7 @@ def test_create_actor_organisatorische_eenheid(self):
135
135
"omschrijving" : "omschrijving" ,
136
136
"emailadres" : "phil@bozeman.com" ,
137
137
"faxnummer" : "316893487573" ,
138
- "telefoonnummer" : "3168234723 " ,
138
+ "telefoonnummer" : "+31618234723 " ,
139
139
},
140
140
)
141
141
@@ -197,7 +197,7 @@ def test_update_actor_medewerker(self):
197
197
actor = actor ,
198
198
functie = "functie" ,
199
199
emailadres = "phil@bozeman.com" ,
200
- telefoonnummer = "3168234723 " ,
200
+ telefoonnummer = "+31618234723 " ,
201
201
)
202
202
203
203
detail_url = reverse (
@@ -223,7 +223,7 @@ def test_update_actor_medewerker(self):
223
223
{
224
224
"functie" : "functie" ,
225
225
"emailadres" : "phil@bozeman.com" ,
226
- "telefoonnummer" : "3168234723 " ,
226
+ "telefoonnummer" : "+31618234723 " ,
227
227
},
228
228
)
229
229
@@ -240,7 +240,7 @@ def test_update_actor_medewerker(self):
240
240
"actorIdentificatie" : {
241
241
"functie" : "vocalist" ,
242
242
"emailadres" : "phil@whitechapel.com" ,
243
- "telefoonnummer" : "315834573 " ,
243
+ "telefoonnummer" : "+31583457312 " ,
244
244
},
245
245
}
246
246
@@ -267,7 +267,7 @@ def test_update_actor_medewerker(self):
267
267
{
268
268
"functie" : "vocalist" ,
269
269
"emailadres" : "phil@whitechapel.com" ,
270
- "telefoonnummer" : "315834573 " ,
270
+ "telefoonnummer" : "+31583457312 " ,
271
271
},
272
272
)
273
273
@@ -286,7 +286,7 @@ def test_update_actor_organisatorische_eenheid(self):
286
286
omschrijving = "omschrijving" ,
287
287
emailadres = "phil@bozeman.com" ,
288
288
faxnummer = "316893487573" ,
289
- telefoonnummer = "3168234723 " ,
289
+ telefoonnummer = "+31618234723 " ,
290
290
)
291
291
292
292
detail_url = reverse (
@@ -313,7 +313,7 @@ def test_update_actor_organisatorische_eenheid(self):
313
313
"omschrijving" : "omschrijving" ,
314
314
"emailadres" : "phil@bozeman.com" ,
315
315
"faxnummer" : "316893487573" ,
316
- "telefoonnummer" : "3168234723 " ,
316
+ "telefoonnummer" : "+31618234723 " ,
317
317
},
318
318
)
319
319
@@ -331,7 +331,7 @@ def test_update_actor_organisatorische_eenheid(self):
331
331
"omschrijving" : "changed" ,
332
332
"emailadres" : "phil@whitechapel.com" ,
333
333
"faxnummer" : "316853458345" ,
334
- "telefoonnummer" : "3169456732 " ,
334
+ "telefoonnummer" : "+31619456732 " ,
335
335
},
336
336
}
337
337
@@ -359,7 +359,7 @@ def test_update_actor_organisatorische_eenheid(self):
359
359
"omschrijving" : "changed" ,
360
360
"emailadres" : "phil@whitechapel.com" ,
361
361
"faxnummer" : "316853458345" ,
362
- "telefoonnummer" : "3169456732 " ,
362
+ "telefoonnummer" : "+31619456732 " ,
363
363
},
364
364
)
365
365
@@ -461,7 +461,7 @@ def test_update_actor_medewerker_to_geautomatiseerde_actor(self):
461
461
actor = actor ,
462
462
functie = "functie" ,
463
463
emailadres = "phil@bozeman.com" ,
464
- telefoonnummer = "3168234723 " ,
464
+ telefoonnummer = "+31618234723 " ,
465
465
)
466
466
467
467
detail_url = reverse (
@@ -487,7 +487,7 @@ def test_update_actor_medewerker_to_geautomatiseerde_actor(self):
487
487
{
488
488
"functie" : "functie" ,
489
489
"emailadres" : "phil@bozeman.com" ,
490
- "telefoonnummer" : "3168234723 " ,
490
+ "telefoonnummer" : "+31618234723 " ,
491
491
},
492
492
)
493
493
@@ -547,7 +547,7 @@ def test_partial_update_actor(self):
547
547
actor = actor ,
548
548
functie = "functie" ,
549
549
emailadres = "phil@bozeman.com" ,
550
- telefoonnummer = "3168234723 " ,
550
+ telefoonnummer = "+31618234723 " ,
551
551
)
552
552
detail_url = reverse (
553
553
"klantinteracties:actor-detail" , kwargs = {"uuid" : str (actor .uuid )}
@@ -572,7 +572,7 @@ def test_partial_update_actor(self):
572
572
{
573
573
"functie" : "functie" ,
574
574
"emailadres" : "phil@bozeman.com" ,
575
- "telefoonnummer" : "3168234723 " ,
575
+ "telefoonnummer" : "+31618234723 " ,
576
576
},
577
577
)
578
578
@@ -604,7 +604,7 @@ def test_partial_update_actor(self):
604
604
{
605
605
"functie" : "functie" ,
606
606
"emailadres" : "phil@bozeman.com" ,
607
- "telefoonnummer" : "3168234723 " ,
607
+ "telefoonnummer" : "+31618234723 " ,
608
608
},
609
609
)
610
610
0 commit comments