You've already forked pg_probackup
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user