diff --git a/tests/test_cli.py b/tests/test_cli.py index 0979978..fb46ae6 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -128,7 +128,7 @@ def test_export(self): self.assertIn( "Exported snapshot existing-snapshot-1 to " "existing-snapshot-1_20200101-000000.dump", - result.output.replace("\n", " "), + result.output.replace("\n", ""), ) def test_export_not_found(self):