mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-05 13:20:31 +02:00
tests: minor fix for test_delete_backup_with_empty_control_file
This commit is contained in:
parent
012904b1f0
commit
db365f1d85
@ -243,6 +243,9 @@ class DeleteTest(ProbackupTest, unittest.TestCase):
|
||||
f.flush()
|
||||
f.close()
|
||||
|
||||
show_backups = self.show_pb(backup_dir, 'node')
|
||||
self.assertEqual(len(show_backups), 3)
|
||||
|
||||
self.delete_pb(backup_dir, 'node', backup_id=backup_id)
|
||||
|
||||
# Clean after yourself
|
||||
|
Loading…
Reference in New Issue
Block a user