Tests: Fixed brokend color.footnote test

This commit is contained in:
Paul Beckingham 2018-01-24 21:51:48 -05:00
parent 6374246d02
commit f7d47b8ee6

View file

@ -144,7 +144,7 @@ class TestColorRules(TestCase):
def test_color_footnote(self):
"""Footnote color."""
code, out, err = self.t('rc.verbose=footnote /control/')
code, out, err = self.t('rc.verbose=on /control/')
self.assertIn('\x1b[31mConfiguration override', err)
def test_color_debug(self):