You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am new to Spring and Azure.
I follow the step 6 in 'Build and run the web app locally' and run the command: ./mvnw clean package
There is failure. The error message is:
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.71 s <<< FAILURE! - in hello.GreetingControllerTest
[ERROR] greetingShouldReturnDefaultMessage Time elapsed: 0.583 s <<< FAILURE!
java.lang.AssertionError: Status expected:<200> but was:<404>
at hello.GreetingControllerTest.greetingShouldReturnDefaultMessage(GreetingControllerTest.java:43)
The text was updated successfully, but these errors were encountered:
Hi, I am new to Spring and Azure.
I follow the step 6 in 'Build and run the web app locally' and run the command:
./mvnw clean package
There is failure. The error message is:
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.71 s <<< FAILURE! - in hello.GreetingControllerTest
[ERROR] greetingShouldReturnDefaultMessage Time elapsed: 0.583 s <<< FAILURE!
java.lang.AssertionError: Status expected:<200> but was:<404>
at hello.GreetingControllerTest.greetingShouldReturnDefaultMessage(GreetingControllerTest.java:43)
The text was updated successfully, but these errors were encountered: