Skip to content

Commit

Permalink
Merge pull request #794 from Sohandey/develop
Browse files Browse the repository at this point in the history
MOSIP-36011 Develop
  • Loading branch information
ckm007 authored Dec 17, 2024
2 parents 5834846 + 1e8d623 commit c1c918e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GetApplicationStatusWithPrId:
output: '{
"errors": [
{
"errorCode": "PRG_PAM_APP_005"
"errorCode": "PRG_CORE_REQ_016"
}
]
}'
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ GetBookingsForRegCenter:
Prereg_GetBookingsForRegCenter_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/bookings/{regCenterId}?appointmentDate=2020-10-01&appointmentToDate=2034-10-13
uniqueIdentifier: TC_prereg_GetBookingsForRegCenter_01
checkErrorsOnlyInResponse: true
description: Retrieve booking for a valid registration center ID
role: batch
restMethod: get
Expand All @@ -11,10 +12,9 @@ GetBookingsForRegCenter:
"regCenterId": "10003"
}'
output: '{
"regCenterId": "10003"
}'
Prereg_GetBookingsForRegCenter_with_InValid_date_format:
endPoint: /preregistration/v1/applications/bookings/{regCenterId}?from_date=2020-45461&to_date=2034-10-13
endPoint: /preregistration/v1/applications/bookings/{regCenterId}?appointmentDate=2020-45461&appointmentToDate=2034-10-13
uniqueIdentifier: TC_prereg_GetBookingsForRegCenter_02
description: Retrieve booking for a registration center with an invalid date format
role: batch
Expand All @@ -27,7 +27,7 @@ GetBookingsForRegCenter:
output: '{
"errors": [
{
"errorCode": "PRG_BOOK_RCI_032"
"errorCode": "PRG_APP_013"
}
]
}'
Expand Down Expand Up @@ -63,7 +63,7 @@ GetBookingsForRegCenter:
output: '{
"errors": [
{
"errorCode": "PRG_BOOK_RCI_032"
"errorCode": "PRG_APP_013"
}
]
}'
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
{
"response": {
"regCenterId": "{{regCenterId}}"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ BookAppointment:
output: '{
"errors": [
{
"errorCode": "PRG_CORE_REQ_015"
"errorCode": "PRG_CORE_REQ_016"
}
]
Expand Down

0 comments on commit c1c918e

Please sign in to comment.