Skip to content

Commit

Permalink
fixed unit test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
akannan1087 authored Oct 26, 2024
1 parent 36f1150 commit 633123b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/com/devops/coach/StartApplicationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public void testIndex() throws Exception {
mockMvc.perform(get("/"))
.andExpect(status().isOk())
.andExpect(view().name("index"))
.andExpect(model().attribute("title", "Welcome folks..We are learning Kubernete Deployment using Helm, Jenkins Pipeline Today's date is Feb 18th..!!!! "))
.andExpect(model().attribute("msg", "Hello All..We are deploying springboot application into EKS cluster using Helm + Jenkins Pipeline!!!!"));
}
}

0 comments on commit 633123b

Please sign in to comment.