Skip to content

Commit

Permalink
MOSIP-35897 - Fixed automation failures (#1094)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s authored Oct 9, 2024
1 parent 62dd1d3 commit 0c8ec18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-test/src/main/resources/config/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ authPolicyUrl=/v1/policymanager/policies
policyGroupUrl=/v1/policymanager/policies/group/new
publishPolicyurl=/v1/policymanager/policies/POLICYID/group/POLICYGROUPID/publish
clearCertificateURL=v1/identity/clearKeys?moduleName=$MODULENAME$&certsDir=$CERTSDIR$
fetchLocationData=/v1/masterdata/locations/all?pageNumber=0&pageSize=100&sortBy=createdDateTime&orderBy=desc
fetchLocationData=/v1/masterdata/locations/all?pageNumber=0&pageSize=1000&sortBy=createdDateTime&orderBy=desc
fetchLocationLevel=/v1/masterdata/locations/level/
fetchTitle=/v1/masterdata/title
fetchZoneCode=/v1/masterdata/zones/hierarchy/
Expand Down

0 comments on commit 0c8ec18

Please sign in to comment.