We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c7bce commit b013801Copy full SHA for b013801
tests/test_simple.py
@@ -327,7 +327,7 @@ def test_safe_psql__expect_error(self):
327
328
# ---------
329
res = node.safe_psql("select 1;", expect_error=False)
330
- self.assertEqual(res, b'1\n')
+ self.assertEqual(rm_carriage_returns(res), b'1\n')
331
332
def test_transactions(self):
333
with get_new_node().init().start() as node:
0 commit comments