summaryrefslogtreecommitdiff
path: root/heatclient/tests/unit/test_format_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/tests/unit/test_format_utils.py')
-rw-r--r--heatclient/tests/unit/test_format_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/tests/unit/test_format_utils.py b/heatclient/tests/unit/test_format_utils.py
index 340a66c..28806d4 100644
--- a/heatclient/tests/unit/test_format_utils.py
+++ b/heatclient/tests/unit/test_format_utils.py
@@ -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)