File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -981,7 +981,7 @@ def test_user_deletion_removes_fs_entries(self):
981981 except Exception :
982982 self .assertFalse (True , "should not be reached" )
983983
984- home_dir = os .path .join (self .configuration .user_home , TEST_USER_DN )
984+ home_dir = os .path .join (self .configuration .user_home , TEST_USER_DIR )
985985 self .assertFalse (os .path .isdir (home_dir ))
986986 self .assertFalse (os .path .exists (home_dir ))
987987 short_link = os .path .join (self .configuration .user_home ,
@@ -993,7 +993,7 @@ def test_user_deletion_removes_fs_entries(self):
993993 TEST_USER_DIR )
994994 self .assertFalse (os .path .isdir (settings_dir ))
995995 self .assertFalse (os .path .exists (settings_dir ))
996-
996+
997997 ssh_dir = os .path .join (home_dir , ssh_conf_dir )
998998 self .assertFalse (os .path .isdir (ssh_dir ))
999999 self .assertFalse (os .path .exists (ssh_dir ))
You can’t perform that action at this time.
0 commit comments