I am trying to run integration tests but I get this error. I am running core on my local server.
I also have a question is there documentation on how I can verify/test and see my local changes on the REST module especially for session endpoints data.
Does your localhost version have the REST module installed on it? That’s the most likely source of the error.
You can test your changes in basically the same way that test tries to, i.e., by making a request to http://localhost:8080/openmrs/ws/rest/v1/session with basic authentication set. It may be helpful to use something like cURL or httpie (or Postman or the HTTPie desktop app, etc.)