Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: aadityasinha-dotcom <[email protected]>
  • Loading branch information
aadityasinha-dotcom committed Sep 19, 2023
1 parent 1ba06a2 commit 561b370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/zowe/core_for_zowe_sdk/profile_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def get_profile(
cfg: ConfigFile,
profile_name: Optional[str],
profile_type: Optional[str],
config_type: Optional[str],
validate_schema: Optional[bool] = True,
) -> Profile:
"""
Expand Down Expand Up @@ -284,7 +285,7 @@ def load(

for i, (config_type, cfg) in enumerate(config_layers.items()):
profile_loaded = self.get_profile(
cfg, profile_name, profile_type, validate_schema
cfg, profile_name, profile_type, config_type, validate_schema
)
# TODO Why don't user and password show up here for Project User Config?
# Probably need to update load_profile_properties method in config_file.py
Expand Down

0 comments on commit 561b370

Please sign in to comment.