diff options
Diffstat (limited to 'tests/checks/test_acct.py')
-rw-r--r-- | tests/checks/test_acct.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/checks/test_acct.py b/tests/checks/test_acct.py index 4c8202dc..a1640dad 100644 --- a/tests/checks/test_acct.py +++ b/tests/checks/test_acct.py @@ -9,7 +9,6 @@ from .. import misc class TestAcctUser(misc.ReportTestCase): - check_kls = acct.AcctCheck kind = "user" |