Skip to content
Snippets Groups Projects

Fix pipeline

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -792,7 +792,7 @@ class LabControllerTest {
@Test
@WithUserDetails("admin")
void statisticsViewWorks() throws Exception {
mvc.perform(get("/lab/" + oopNow.getId() + "/status/"))
mvc.perform(get("/lab/" + regLab1.getId() + "/status/"))
.andExpect(status().is2xxSuccessful())
.andExpect(view().name("/lab/view/status"))
.andExpect(model().attributeExists("qSession", "edition", "rooms", "assignments"))
Loading