diff --git a/django_q/tests/test_commands.py b/django_q/tests/test_commands.py index 5a480cc..e64a65b 100644 --- a/django_q/tests/test_commands.py +++ b/django_q/tests/test_commands.py @@ -16,3 +16,4 @@ def test_qmonitor(): def test_qinfo(): call_command('qinfo') call_command('qinfo', config=True) + call_command('qinfo', ids=True)