Skip to content

Commit 71c0f7b

Browse files
committed
Pull in minor fixes from #575.
1 parent 00280f5 commit 71c0f7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_mig_shared_griddaemons_login.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ def test_user_exists_with_multiple_credentials(self):
10621062
"""Verify login_map_lookup returns all credentials for a user."""
10631063
# Create two Login objects for 'user1'
10641064
cred1 = Login(
1065-
configuration=self.configuration.daemon_conf,
1065+
configuration=self.configuration,
10661066
username="user1",
10671067
home="home1",
10681068
password=None,
@@ -1801,8 +1801,8 @@ def test_refresh_share_creds_no_change_on_unchanged_link(self):
18011801
self.assertEqual(len(changed_shares), 0)
18021802
self.assertEqual(len(updated_conf["shares"]), 1)
18031803

1804-
def test_refresh_share_creds_detects_missing_link(self):
1805-
"""Test that a missing share link is reported as a change"""
1804+
def test_refresh_share_creds_detects_and_ignores_missing_link(self):
1805+
"""Test that a completely missing share link is just ignored"""
18061806
# No symlink created - share link is missing
18071807
missing_share_id = "missing123"
18081808

0 commit comments

Comments
 (0)