Skip to content

Commit

Permalink
Merge pull request #744 from Sohandey/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ckm007 authored Oct 17, 2024
2 parents af5d01e + 0604932 commit 8a419e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 286 deletions.
283 changes: 0 additions & 283 deletions api-test/src/main/resources/config/Kernel.properties

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GetBookingsForRegCenter:
Prereg_GetBookingsForRegCenter_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/bookings/{regCenterId}?from_date=2020-10-01&to_date=2034-10-13
endPoint: /preregistration/v1/applications/bookings/{regCenterId}?appointmentDate=2020-10-01&appointmentToDate=2034-10-13
description: Retrieve booking for a valid registration center ID
role: batch
restMethod: get
Expand Down Expand Up @@ -30,7 +30,7 @@ GetBookingsForRegCenter:
]
}'
Prereg_GetBookingsForRegCenter_with_InValid_regcenter:
endPoint: /preregistration/v1/applications/bookings/{regCenterId}?from_date=2020-10-01&to_date=2034-10-13
endPoint: /preregistration/v1/applications/bookings/{regCenterId}?appointmentDate=2020-10-01&appointmentToDate=2034-10-13
description: Retrieve booking for a registration center with an invalid registration center ID
role: batch
restMethod: get
Expand All @@ -47,7 +47,7 @@ GetBookingsForRegCenter:
]
}'
Prereg_GetBookingsForRegCenter_with_InValid_regcenter_invalidDate:
endPoint: /preregistration/v1/applications/bookings/{regCenterId}?from_date=20204555&to_date=2034-10-13
endPoint: /preregistration/v1/applications/bookings/{regCenterId}?appointmentDate=20204y464tg1&appointmentToDate=2034-10-13
description: Retrieve booking for a registration center with an invalid registration center ID and an invalid date
role: batch
restMethod: get
Expand Down

0 comments on commit 8a419e2

Please sign in to comment.