Skip to content

Commit 23f706f

Browse files
committed
fix artificial fail
1 parent 33e4459 commit 23f706f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/ci/controller/CiWebhookControllerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package ci.controller;
22

3-
import static org.junit.jupiter.api.Assertions.assertEquals;
43
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
54
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post;
65
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.content;
@@ -28,7 +27,6 @@ public class CiWebhookControllerTest {
2827
*/
2928
@Test
3029
public void testHomePage() throws Exception {
31-
assertEquals(2, 1);
3230
mockMvc
3331
.perform(get("/"))
3432
.andExpect(status().isOk())

0 commit comments

Comments
 (0)