Skip to content

Commit 59a5a4b

Browse files
committed
Fix argument
1 parent e14ef3b commit 59a5a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/user.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def test_process_regular_users_quota(self, mock_client):
549549
mock_user.return_value = mock.MagicMock()
550550
mock_user_instance = mock_user.return_value
551551

552-
user.process_users_quota(test_quota, storage_name, mock_client, host_institute=site, False)
552+
user.process_users_quota(test_quota, storage_name, mock_client, host_institute=site, dry_run=False)
553553

554554
if storage_name in (VSC_HOME,):
555555
self.assertEqual(mock_user_instance.set_home_quota.called, True)

0 commit comments

Comments
 (0)