Fix log tests

This commit is contained in:
Florian Bruhin 2016-04-30 17:45:45 +02:00
parent 528e303d6e
commit 43d898aa63

View File

@ -218,7 +218,7 @@ class TestInitLog:
def args(self):
"""Fixture providing an argparse namespace for init_log."""
return argparse.Namespace(debug=True, loglevel='debug', color=True,
loglines=10, logfilter="")
loglines=10, logfilter="", force_color=False)
def test_stderr_none(self, args):
"""Test init_log with sys.stderr = None."""