Skip to content

Commit

Permalink
Update url for for create openmrs id type
Browse files Browse the repository at this point in the history
  • Loading branch information
lorerod authored Jan 30, 2025
1 parent 226afbb commit af7a003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediator/test/workflows.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const createOpenMRSIdType = async (name: string) => {
}
try {
const res = await request(OPENMRS_APP_URL)
.post('/openmrs/ws/rest/v1/patientidentifiertype')
.post('/ws/rest/v1/patientidentifiertype')
.auth(OPENMRS_APP_USER, OPENMRS_APP_PASSWORD)
.send(patientIdType)
if (res.status !== 201) {
Expand Down

0 comments on commit af7a003

Please sign in to comment.