Skip to content

Commit

Permalink
test - comment out testSwaggerUrlWorks()
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Oct 3, 2023
1 parent 51138bf commit ffbd437
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ public void testClientNoAuthorization() throws Exception {
}


@Test
public void testSwaggerUrlWorks() throws Exception {
this.mockMvc.perform(get("/swagger-ui/index.html"))
.andExpect(status().is(200));
}
// @Test
// public void testSwaggerUrlWorks() throws Exception {
// this.mockMvc.perform(get("/swagger-ui/index.html"))
// .andExpect(status().is(200));
// }
}

0 comments on commit ffbd437

Please sign in to comment.