1
0
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:
Grigory Smolkin 2019-03-12 17:46:30 +03:00 committed by Arthur Zakirov
parent 012904b1f0
commit db365f1d85

View File

@ -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