mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
Fix unit tests
Change-Id: I44bbafa95d6eeb3550aac5b480391a3fc7ddaef5
This commit is contained in:
parent
036ae75689
commit
d87aa032de
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue