Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
fix revocation list controller test
Browse files Browse the repository at this point in the history
  • Loading branch information
ubhaller committed Jun 2, 2021
1 parent 607f380 commit 89b8ba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void getCertsTest() throws Exception {
.body(objectMapper.writeValueAsString(new String[]{expected})));

MockHttpServletResponse response =
mockMvc.perform(get("/v1/revocation-list"))
mockMvc.perform(get("/v1/revocationList"))
.andExpect(status().is2xxSuccessful())
.andReturn()
.getResponse();
Expand Down

0 comments on commit 89b8ba1

Please sign in to comment.