Skip to content

Commit

Permalink
Yeah also expand in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
TorecLuik committed Jan 29, 2025
1 parent a7da39a commit 19b9aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/test_slurm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,9 +1277,9 @@ def items_side_effect(section):

# THEN
mock_configparser_instance.read.assert_called_once_with([
SlurmClient._DEFAULT_CONFIG_PATH_1,
SlurmClient._DEFAULT_CONFIG_PATH_2,
configfile
os.path.expanduser(SlurmClient._DEFAULT_CONFIG_PATH_1),
os.path.expanduser(SlurmClient._DEFAULT_CONFIG_PATH_2),
os.path.expanduser(configfile)
])
mock_SlurmClient.assert_called_with(
host=mv, # expected host value,
Expand Down

0 comments on commit 19b9aec

Please sign in to comment.