1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-09-16 09:26:30 +02:00

tests: minor fix to ptrack tests

This commit is contained in:
Grigory Smolkin
2018-04-02 14:59:19 +03:00
parent c90210910b
commit bfa3054fe4

View File

@@ -1753,10 +1753,11 @@ class PtrackTest(ProbackupTest, unittest.TestCase):
' CMD: {1}'.format(repr(e.message), self.cmd)
)
self.assertFalse(
self.assertEqual(
node.safe_psql(
"postgres",
"select * from pg_is_in_backup()").rstrip())
"select * from pg_is_in_backup()").rstrip(),
"f")
# Clean after yourself
self.del_test_dir(module_name, fname)