Skip to content

Commit

Permalink
updated setUpCred method
Browse files Browse the repository at this point in the history
Signed-off-by: samadpls <[email protected]>
  • Loading branch information
samadpls committed Aug 23, 2023
1 parent 716ef7d commit 58178c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/test_zowe_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ def setUpCreds(self, file_path, secure_props):

global SECURE_CONFIG_PROPS
SECURE_CONFIG_PROPS = base64.b64encode((json.dumps(CRED_DICT)).encode()).decode()
if sys.platform == "win32":
SECURE_CONFIG_PROPS = SECURE_CONFIG_PROPS.decode("utf-16")

@patch("keyring.get_password", side_effect=keyring_get_password)
def test_autodiscovery_and_base_profile_loading(self, get_pass_func):
Expand Down

0 comments on commit 58178c0

Please sign in to comment.