Skip to content

Commit

Permalink
Merge pull request mosip#1019 from mohanachandran-s/develop
Browse files Browse the repository at this point in the history
MOSIP-34117 - Fixed master data failures
  • Loading branch information
ckm007 authored Jul 10, 2024
2 parents fc41743 + 629b320 commit abb99fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public static void main(String[] arg) {
ConfigManager.init();
BaseTestCase.suiteSetup();
setLogLevels();
//AdminTestUtil.encryptDecryptUtil = new EncryptionDecrptionUtil();

// For now we are not doing health check for qa-115.
if (BaseTestCase.isTargetEnvLTS()) {
Expand Down
21 changes: 0 additions & 21 deletions apitest/testNgXmlFiles/masterdataApi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1330,27 +1330,6 @@
<class name="io.mosip.testrig.apirig.testscripts.PatchWithPathParam" />
</classes>
</test>
<test name="CreateZoneUser">
<parameter name="ymlFile"
value="masterdata/ZoneUser/CreateZoneUser.yml" />
<classes>
<class name="io.mosip.testrig.apirig.testscripts.SimplePost" />
</classes>
</test>
<test name="UpdateZoneUser">
<parameter name="ymlFile"
value="masterdata/ZoneUser/UpdateZoneUser.yml" />
<classes>
<class name="io.mosip.testrig.apirig.testscripts.SimplePut" />
</classes>
</test>
<test name="UpdateZoneUserStatus">
<parameter name="ymlFile"
value="masterdata/UpdateZoneUserStatus/UpdateZoneUserStatus.yml" />
<classes>
<class name="io.mosip.testrig.apirig.testscripts.PatchWithPathParam" />
</classes>
</test>

<test name="GetUserDetails">
<parameter name="ymlFile" value="masterdata/GetUserDetails/GetUserDetails.yml"/>
Expand Down

0 comments on commit abb99fb

Please sign in to comment.