@@ -250,7 +250,7 @@ def test_process(tmp_path, monkeypatch, metadata_in, metadata_out):
250250 {
251251 "@type" : "http://schema.org/Person" ,
252252 "http://schema.org/familyName" : [{"@value" : "Test" }],
253- "http://schema.org/email" : [{"@value" : "test.testi@testis.tests " }],
253+ "http://schema.org/email" : [{"@value" : "test.testi@example.com " }],
254254 },
255255 {
256256 "@type" : "http://schema.org/Person" ,
@@ -259,7 +259,7 @@ def test_process(tmp_path, monkeypatch, metadata_in, metadata_out):
259259 {
260260 "@type" : "http://schema.org/Person" ,
261261 "http://schema.org/familyName" : [{"@value" : "Tester" }],
262- "http://schema.org/email" : [{"@value" : "test@tester.tests " }],
262+ "http://schema.org/email" : [{"@value" : "test@example.net " }],
263263 },
264264 ],
265265 "http://schema.org/license" : [{"@id" : "https://spdx.org/licenses/Apache-2.0" }],
@@ -276,8 +276,8 @@ def test_process(tmp_path, monkeypatch, metadata_in, metadata_out):
276276 "http://schema.org/familyName" : [{"@value" : "Test" }],
277277 "http://schema.org/givenName" : [{"@value" : "Testi" }],
278278 "http://schema.org/email" : [
279- {"@value" : "test.testi@testis.tests " },
280- {"@value" : "test.testi@testis.tests2 " },
279+ {"@value" : "test.testi@example.com " },
280+ {"@value" : "test.testi@example.edu " },
281281 ],
282282 },
283283 {
@@ -299,15 +299,15 @@ def test_process(tmp_path, monkeypatch, metadata_in, metadata_out):
299299 "http://schema.org/familyName" : [{"@value" : "Test" }],
300300 "http://schema.org/givenName" : [{"@value" : "Testi" }],
301301 "http://schema.org/email" : [
302- {"@value" : "test.testi@testis.tests " },
303- {"@value" : "test.testi@testis.tests2 " },
302+ {"@value" : "test.testi@example.com " },
303+ {"@value" : "test.testi@example.edu " },
304304 ],
305305 },
306306 {"@type" : "http://schema.org/Person" , "http://schema.org/familyName" : [{"@value" : "Testers" }]},
307307 {
308308 "@type" : "http://schema.org/Person" ,
309309 "http://schema.org/familyName" : [{"@value" : "Tester" }],
310- "http://schema.org/email" : [{"@value" : "test@tester.tests " }],
310+ "http://schema.org/email" : [{"@value" : "test@example.net " }],
311311 },
312312 ],
313313 "http://schema.org/license" : [{"@id" : "https://spdx.org/licenses/Apache-2.0" }],
@@ -327,12 +327,12 @@ def test_process(tmp_path, monkeypatch, metadata_in, metadata_out):
327327 {
328328 "@type" : "http://schema.org/Person" ,
329329 "http://schema.org/familyName" : [{"@value" : "Tester" }],
330- "http://schema.org/email" : [{"@value" : "test@tester.tests " }],
330+ "http://schema.org/email" : [{"@value" : "test@example.net " }],
331331 },
332332 {
333333 "@type" : "http://schema.org/Person" ,
334334 "http://schema.org/familyName" : [{"@value" : "Testis" }],
335- "http://schema.org/email" : [{"@value" : "testis.testis@tester.tests " }],
335+ "http://schema.org/email" : [{"@value" : "testis.testis@example.net " }],
336336 },
337337 ],
338338 }
@@ -345,7 +345,7 @@ def test_process(tmp_path, monkeypatch, metadata_in, metadata_out):
345345 {
346346 "@type" : "http://schema.org/Person" ,
347347 "http://schema.org/familyName" : [{"@value" : "Test" }],
348- "http://schema.org/email" : [{"@value" : "test.testi@testis.tests " }],
348+ "http://schema.org/email" : [{"@value" : "test.testi@example.com " }],
349349 },
350350 {
351351 "@type" : "http://schema.org/Person" ,
@@ -354,7 +354,7 @@ def test_process(tmp_path, monkeypatch, metadata_in, metadata_out):
354354 {
355355 "@type" : "http://schema.org/Person" ,
356356 "http://schema.org/familyName" : [{"@value" : "Tester" }],
357- "http://schema.org/email" : [{"@value" : "test@tester.tests " }],
357+ "http://schema.org/email" : [{"@value" : "test@example.net " }],
358358 },
359359 ],
360360 "http://schema.org/license" : [{"@id" : "https://spdx.org/licenses/Apache-2.0" }],
@@ -371,8 +371,8 @@ def test_process(tmp_path, monkeypatch, metadata_in, metadata_out):
371371 "http://schema.org/familyName" : [{"@value" : "Test" }],
372372 "http://schema.org/givenName" : [{"@value" : "Testi" }],
373373 "http://schema.org/email" : [
374- {"@value" : "test.testi@testis.tests " },
375- {"@value" : "test.testi@testis.tests2 " },
374+ {"@value" : "test.testi@example.com " },
375+ {"@value" : "test.testi@example.edu " },
376376 ],
377377 },
378378 {
@@ -394,20 +394,20 @@ def test_process(tmp_path, monkeypatch, metadata_in, metadata_out):
394394 "http://schema.org/familyName" : [{"@value" : "Test" }],
395395 "http://schema.org/givenName" : [{"@value" : "Testi" }],
396396 "http://schema.org/email" : [
397- {"@value" : "test.testi@testis.tests " },
398- {"@value" : "test.testi@testis.tests2 " },
397+ {"@value" : "test.testi@example.com " },
398+ {"@value" : "test.testi@example.edu " },
399399 ],
400400 },
401401 {"@type" : "http://schema.org/Person" , "http://schema.org/familyName" : [{"@value" : "Testers" }]},
402402 {
403403 "@type" : "http://schema.org/Person" ,
404404 "http://schema.org/familyName" : [{"@value" : "Tester" }],
405- "http://schema.org/email" : [{"@value" : "test@tester.tests " }],
405+ "http://schema.org/email" : [{"@value" : "test@example.net " }],
406406 },
407407 {
408408 "@type" : "http://schema.org/Person" ,
409409 "http://schema.org/familyName" : [{"@value" : "Testis" }],
410- "http://schema.org/email" : [{"@value" : "testis.testis@tester.tests " }],
410+ "http://schema.org/email" : [{"@value" : "testis.testis@example.net " }],
411411 },
412412 ],
413413 "http://schema.org/license" : [{"@id" : "https://spdx.org/licenses/Apache-2.0" }],
0 commit comments