Skip to content

Commit

Permalink
Change is_current_real_user_owner
Browse files Browse the repository at this point in the history
To property
  • Loading branch information
dbeltrankyl committed Nov 29, 2024
1 parent 4c48271 commit 6d88897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_configcommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ def test_is_current_real_user_owner(autosubmit_config: Callable, owner):
as_conf.experiment_data["AS_ENV_CURRENT_USER"] = Path(as_conf.experiment_data['ROOTDIR']).owner()
else:
as_conf.experiment_data["AS_ENV_CURRENT_USER"] = "dummy"
assert as_conf.is_current_real_user_owner() == owner
assert as_conf.is_current_real_user_owner == owner

0 comments on commit 6d88897

Please sign in to comment.