Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Dec 20, 2024
1 parent 7ba6d11 commit deaa4f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,6 @@ public void doFilterInternal_checkLimitReachedTest() throws ServletException, IO

assertEquals(429, httpServletResponseMock.getStatus());
String content = httpServletResponseMock.getContentAsString();
assertEquals("Too Many Requests. You have exceeded the daily quota for anonymous usage of this API. \\nYou can increase your daily quota by registering for and using Public API client credentials (https://info.orcid.org/documentation/integration-guide/registering-a-public-api-client/)", content);
assertEquals("Too Many Requests. You have exceeded the daily quota for anonymous usage of this API. \nYou can increase your daily quota by registering for and using Public API client credentials (https://info.orcid.org/documentation/integration-guide/registering-a-public-api-client/)", content);
}
}

0 comments on commit deaa4f6

Please sign in to comment.