From 3917f6a53972cf7a0454a65eeb783fbd8c3df9ea Mon Sep 17 00:00:00 2001
From: Henning Glawe <glaweh@debian.org>
Date: Tue, 18 Mar 2025 19:02:14 +0100
Subject: [PATCH] re-enable the df arglist test

---
 tests/test_quota.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_quota.py b/tests/test_quota.py
index 4584ad9..f79fea9 100644
--- a/tests/test_quota.py
+++ b/tests/test_quota.py
@@ -63,7 +63,7 @@ def test_df_mountpoint(mocker):
     assert used == 500
     assert avail == 500
     assert len(mock.call_args_list) == 1
-    # assert mock.call_args_list[0].args == ("--block-size=1", "/home/MOCK")
+    assert mock.call_args_list[0].args[0] == ["df", "--block-size=1", "/home/MOCK"]
 
 
 # def test_compose_quota_report(mocker):
-- 
GitLab