Skip to content

Commit

Permalink
Fix wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
abollini committed Jun 16, 2020
1 parent d77c505 commit e2f7986
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void findOneExternalSourcesExistingSources() throws Exception {
@Test
public void findOneExternalSourcesExistingSourcesWithentryValueTest() throws Exception {
String entry = "0000-0002-9029-1854";
getClient().perform(get("/api/integration/externalsources/orcidV2/entryValues/" + entry))
getClient().perform(get("/api/integration/externalsources/orcid/entryValues/" + entry))
.andExpect(status().isOk())
.andExpect(jsonPath("$", Matchers.allOf(
hasJsonPath("$.id", is(entry)),
Expand Down Expand Up @@ -116,4 +116,4 @@ public void findOneExternalSourceEntriesApplicableQueryFamilyNameAndGivenNamesTe
.andExpect(jsonPath("$._embedded.externalSourceEntries[0].metadata['person.identifier.orcid'][0].value",
is("0000-0002-9029-1854")));
}
}
}

0 comments on commit e2f7986

Please sign in to comment.