Skip to content

Commit

Permalink
fix itnegration test
Browse files Browse the repository at this point in the history
  • Loading branch information
GordeaS authored and GordeaS committed Mar 20, 2024
1 parent 18b499f commit e9372b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public void retrieveAgentDeprecatedShouldBeRedirected() throws Exception {
result.andExpect(status().isMovedPermanently());
//MOckMvc does not provide the queryString, need to reconstruct from parameter map
//the query string is missing in integration tests ("?profile=external&wskey=testapikey")
result.andExpect(header().string("Location", "/" + requestPathRaphael + ".jsonld"));
result.andExpect(header().string("Location", "/entity/" + requestPathRaphael + ".jsonld"));
}


Expand Down

0 comments on commit e9372b7

Please sign in to comment.