Skip to content

Commit f5b5478

Browse files
committed
fix: adjust expected data to changed external data
1 parent 08a3183 commit f5b5478

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/test/resources/json/entities/contextual/orcidperson.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@
1111
"Stian Soiland",
1212
"Stian Søiland"
1313
],
14-
"url":[
14+
"url": [
1515
"https://s11.no/",
16-
"https://www.research.manchester.ac.uk/portal/en/researchers/stian-soilandreyes(0b55a0bb-452c-455a-8af6-fe7cc4094c83)/publications.html",
16+
"https://research.manchester.ac.uk/en/persons/soiland-reyes/publications/",
1717
"https://www.research.manchester.ac.uk/portal/en/researchers/stian-soilandreyes(0b55a0bb-452c-455a-8af6-fe7cc4094c83)/activities.html",
18+
"https://scholar.social/@soilandreyes",
1819
"http://scholar.google.com/citations?user=OeBjonkAAAAJ",
1920
"http://academic.research.microsoft.com/Author/5200832",
2021
"http://uk.linkedin.com/in/stain/",
2122
"http://www.slideshare.net/soilandreyes/",
2223
"https://github.com/stain",
23-
"http://soiland-reyes.com/stian/#me"
24+
"http://soiland-reyes.com/stian/#me",
25+
"https://research.manchester.ac.uk/en/persons/0b55a0bb-452c-455a-8af6-fe7cc4094c83"
2426
]
2527
}

src/test/resources/json/entities/contextual/rorkit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"@id" : "https://ror.org/04t3en479",
33
"@type" : "Organization",
44
"name" : "Karlsruhe Institute of Technology",
5-
"url" : "http://www.kit.edu/english/"
5+
"url" : "https://www.kit.edu"
66
}

0 commit comments

Comments
 (0)