test/unittest_cwctl.py
branchstable
changeset 6197 d8f0dce0b86d
parent 5436 2455ca3a2a3a
child 6631 26c303c3f1aa
--- a/test/unittest_cwctl.py	Thu Sep 09 10:08:05 2010 +0200
+++ b/test/unittest_cwctl.py	Thu Sep 09 10:08:06 2010 +0200
@@ -39,7 +39,7 @@
 
     def test_list(self):
         from cubicweb.cwctl import ListCommand
-        ListCommand().run([])
+        ListCommand(None).run([])
 
 
 class CubicWebShellTC(CubicWebTC):