Skip to content

Commit

Permalink
MOSIP-34506 - Fixed masterdata failure test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s committed Aug 2, 2024
1 parent ff1aa4e commit 87a0770
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CreateRegistrationCenter:
"zoneCode":"RBT",
"id":"",
"isActive":"false",
"numberOfKiosks":0,
"numberOfKiosks":"1",
"exceptionHolidayDate":"2021-11-12",
"exceptionHolidayName":"",
"exceptionHolidayReson":"",
Expand Down Expand Up @@ -248,7 +248,7 @@ CreateRegistrationCenter:
"zoneCode":"RBT",
"id":"",
"isActive":"false",
"numberOfKiosks":-1,
"numberOfKiosks":"-1",
"exceptionHolidayDate":"2021-11-12",
"exceptionHolidayName":"",
"exceptionHolidayReson":"",
Expand Down

0 comments on commit 87a0770

Please sign in to comment.