Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOSIP-36011 Develop #794

Merged
merged 4 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading