About testing #5
JayBardhanTiwari
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my integration test RunControllerIntTest.shouldUpdateExistingRun, I am receiving a 404 Not Found error when attempting to update a run with the ID 1. The test logs indicate that the Spring Boot application starts successfully, but the endpoint /api/runs/1 cannot be found. What are some potential reasons for this error, and how can I verify that the endpoint is correctly set up and accessible during the test?
I have passed 30 out of 32 test cases but am encountering this issue consistently. Please advise on potential causes and steps to verify endpoint configuration and accessibility.
Beta Was this translation helpful? Give feedback.
All reactions