Skip to content

Commit

Permalink
test/Change view name to history/view in getHistory_green
Browse files Browse the repository at this point in the history
  • Loading branch information
han16935 committed Aug 27, 2024
1 parent 987192a commit 350631a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void getHistory_green() throws Exception {
.sessionAttr(ADMIN_SESSION_KEY, admin))
.andDo(print())
.andExpect(status().isOk())
.andExpect(view().name("/history/view"))
.andExpect(view().name("history/view"))
.andExpect(model().attributeExists("history"));
}

Expand Down

0 comments on commit 350631a

Please sign in to comment.