tests: Make sure test accessing header output have correct verbosity tokens

This change was needed because the information about the default command
is no longer part of the default output.
This commit is contained in:
Tomas Babej 2021-09-16 07:00:28 -04:00
parent e3e2c50c24
commit a5d5a025b7
2 changed files with 2 additions and 1 deletions

View file

@ -146,7 +146,7 @@ class TestColorRules(TestCase):
def test_color_header(self):
"""Header color."""
code, out, err = self.t('rc.verbose=header /control/')
code, out, err = self.t('rc.verbose=header,default /control/')
self.assertIn('\x1b[34m', err)
def test_color_footnote(self):