Fix unit tests

Change-Id: I44bbafa95d6eeb3550aac5b480391a3fc7ddaef5
This commit is contained in:
Zane Bitter 2019-06-24 20:29:06 -04:00
parent 036ae75689
commit d87aa032de
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class TestFormats(utils.TestCommand):
self.cmd.run(parsed_args)
self.assertEqual(expected, self.app.stdout.make_string())
self.assertEqual(expected, self.app.stdout.make_string().rstrip())
def test_yaml_format(self):
self.cmd = ShowYaml(self.app, None)