Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw
Build: #1513 was successful
Job: Release to maven did not start
Code commits
openmrs-module-webservices.rest
-
herman <hermanmuhereza22@gmail.com> b4be58a7effd647cb009da2bc25c56f65af156e8
Restws 895: Ensure fetching Allergies for a newly created patient returns HTTP 204-No Content Response Status code (#561)
* Fetching allergies for a newly registered patient throws an exception
* adding the required tests
* Improve exception class description
Co-authored-by: dkayiwa <dkayiwa@openmrs.org>- omod-2.0/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_0/PatientAllergyResource2_0.java (version b4be58a7effd647cb009da2bc25c56f65af156e8)
- omod-2.0/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_0/PatientAllergyController2_0Test.java (version b4be58a7effd647cb009da2bc25c56f65af156e8)
- omod-common/src/main/java/org/openmrs/module/webservices/rest/web/response/NoContentFoundException.java (version b4be58a7effd647cb009da2bc25c56f65af156e8)