Skip to content

Commit

Permalink
MOSIP-36011
Browse files Browse the repository at this point in the history
Signed-off-by: Sohan Kumar Dey <[email protected]>
  • Loading branch information
Sohandey committed Dec 16, 2024
1 parent 0654222 commit 79f6988
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions api-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@

<dependencies>
<dependency>
<groupId>io.mosip.testrig.apitest.commons</groupId>
<artifactId>apitest-commons</artifactId>
<version>1.3.0-SNAPSHOT</version>
<groupId>io.mosip.testrig.apirig.apitest.commons</groupId>
<artifactId>apitest-commons</artifactId>
<version>1.2.2-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
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 @@ -26,7 +27,7 @@ GetBookingsForRegCenter:
output: '{
"errors": [
{
"errorCode": "PRG_CORE_REQ_016"
"errorCode": "PRG_APP_013"
}
]
}'
Expand Down

0 comments on commit 79f6988

Please sign in to comment.