mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-03-05 16:07:35 +02:00
tests: fix test_no_control_file() which was broken by 94d7c4bb3b8b
This commit is contained in:
parent
8894d9f9a8
commit
71172fb6de
@ -133,7 +133,7 @@ class OptionTest(ProbackupTest, unittest.TestCase):
|
|||||||
|
|
||||||
self.assertIn(
|
self.assertIn(
|
||||||
'Control file "{0}" doesn\'t exist'.format(file),
|
'Control file "{0}" doesn\'t exist'.format(file),
|
||||||
self.show_pb(backup_dir, 'node', as_text=True))
|
self.show_pb(backup_dir, 'node', as_text=True, as_json=False))
|
||||||
|
|
||||||
# Clean after yourself
|
# Clean after yourself
|
||||||
self.del_test_dir(module_name, fname)
|
self.del_test_dir(module_name, fname)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user