From 79f6988aa024d2dfcacfbdb404a03e55e0df4281 Mon Sep 17 00:00:00 2001 From: Sohan Kumar Dey <72375959+Sohandey@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:29:52 +0530 Subject: [PATCH] MOSIP-36011 Signed-off-by: Sohan Kumar Dey <72375959+Sohandey@users.noreply.github.com> --- api-test/pom.xml | 6 +++--- .../GetBookingsForRegCenter/GetBookingsForRegCenter.yml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/api-test/pom.xml b/api-test/pom.xml index dd2d32a4f2..9f04c77530 100644 --- a/api-test/pom.xml +++ b/api-test/pom.xml @@ -54,9 +54,9 @@ - io.mosip.testrig.apitest.commons - apitest-commons - 1.3.0-SNAPSHOT + io.mosip.testrig.apirig.apitest.commons + apitest-commons + 1.2.2-SNAPSHOT diff --git a/api-test/src/main/resources/preReg/GetBookingsForRegCenter/GetBookingsForRegCenter.yml b/api-test/src/main/resources/preReg/GetBookingsForRegCenter/GetBookingsForRegCenter.yml index e97b40e47c..6ea0af0f46 100644 --- a/api-test/src/main/resources/preReg/GetBookingsForRegCenter/GetBookingsForRegCenter.yml +++ b/api-test/src/main/resources/preReg/GetBookingsForRegCenter/GetBookingsForRegCenter.yml @@ -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 @@ -26,7 +27,7 @@ GetBookingsForRegCenter: output: '{ "errors": [ { - "errorCode": "PRG_CORE_REQ_016" + "errorCode": "PRG_APP_013" } ] }'