Skip to content

Commit

Permalink
Fix test for HTTP proxy lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesegger authored and nbaars committed Jul 14, 2019
1 parent 2eaf263 commit d814522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void setup() {

@Test
public void success() throws Exception {
mockMvc.perform(MockMvcRequestBuilders.get("/challenge/1")
mockMvc.perform(MockMvcRequestBuilders.get("/HttpProxies/intercept-request")
.header("x-request-intercepted", "true")
.param("changeMe", "Requests are tampered easily"))
.andExpect(status().isOk())
Expand Down

0 comments on commit d814522

Please sign in to comment.