0

I have upgraded java8 to java 17 and spring 4 to spring 5 , I am getting this error.

java.lang.AssertionError: Status 

Expected :400 Actual :401

at org.springframework.test.util.AssertionErrors.fail(AssertionErrors.java:59)
at org.springframework.test.util.AssertionErrors.assertEquals(AssertionErrors.java:122)
at org.springframework.test.web.servlet.result.StatusResultMatchers.lambda$matcher$9(StatusResultMatchers.java:627)
at org.springframework.test.web.servlet.MockMvc$1.andExpect(MockMvc.java:214)

I am using these dependencies:

                    "org.springframework:spring-test:5.3.24",
                "org.springframework.security:spring-security-test:5.5.5",

Could someone please help here :)

0 Answers0