Skip to content

Commit 4819f4b

Browse files
committedMar 13, 2025
update the file
1 parent 15e6e11 commit 4819f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/java/org/openmrs/performance/http/DoctorHttpService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public HttpRequestActionBuilder getPrograms() {
253253

254254
public HttpRequestActionBuilder getProgramEnrollment(String patientUuid) {
255255
return http("Get Program Enrollment of Patient")
256-
.get("openmrs/ws/rest/v1/programenrollment?patient=" + patientUuid+ "&v=custom:(uuid,display,program,dateEnrolled,dateCompleted,location:(uuid,display),states:(startDate,endDate,voided,state:(uuid,concept:(display))))");
256+
.get("/openmrs/ws/rest/v1/programenrollment?patient=" + patientUuid + "&v=custom:(uuid,display,program,dateEnrolled,dateCompleted,location:(uuid,display),states:(startDate,endDate,voided,state:(uuid,concept:(display))))");
257257
}
258258

259259
public HttpRequestActionBuilder searchForDrug(String searchQuery) {

0 commit comments

Comments
 (0)
Failed to load comments.