Skip to content

Commit

Permalink
[CST-15074][CST-15073] Fixes OrcidLoginFilterIT renamed registration …
Browse files Browse the repository at this point in the history
…endpoint
  • Loading branch information
vins01-4science committed Sep 24, 2024
1 parent 0efc3d9 commit fcf8f10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void testEPersonCreationViaOrcidLogin() throws Exception {

String rdToken = matcher.group(1);

getClient().perform(get("/api/eperson/registration/search/findByToken")
getClient().perform(get("/api/eperson/registrations/search/findByToken")
.param("token", rdToken))
.andExpect(status().is2xxSuccessful())
.andExpect(content().contentType(contentType))
Expand Down

0 comments on commit fcf8f10

Please sign in to comment.