1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-16 07:14:15 +02:00

[Issue #284] fix test

This commit is contained in:
Grigory Smolkin
2020-12-09 03:07:45 -05:00
parent 27310b3684
commit e9ddcafdf9

View File

@ -100,7 +100,9 @@ class TimeStamp(ProbackupTest, unittest.TestCase):
self.backup_node(
backup_dir, 'node', node, options=['--stream', '-j 2'], env=my_env)
self.show_pb(backup_dir, 'node', env=my_env)
output = self.show_pb(backup_dir, 'node', as_json=False, as_text=True, env=my_env)
self.assertNotIn("backup ID in control file", output)
# Clean after yourself
self.del_test_dir(module_name, fname)