diff options
Diffstat (limited to 'src/mailman/commands/tests/test_conf.py')
| -rw-r--r-- | src/mailman/commands/tests/test_conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/commands/tests/test_conf.py b/src/mailman/commands/tests/test_conf.py index bca7fe72f..758f26d56 100644 --- a/src/mailman/commands/tests/test_conf.py +++ b/src/mailman/commands/tests/test_conf.py @@ -40,6 +40,7 @@ class FakeArgs: section = None key = None output = None + sort = False class FakeParser: |
