mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-01 09:51:43 +02:00
tests: fix typo in test_validate_instance_with_several_corrupt_backups_interrupt
This commit is contained in:
parent
2bbecfd06c
commit
1c860ff9bc
@ -1088,7 +1088,7 @@ class ValidateTest(ProbackupTest, unittest.TestCase):
|
||||
"""
|
||||
check that interrupt during validation is handled correctly
|
||||
"""
|
||||
fname = self.id().split('.')[3]q
|
||||
fname = self.id().split('.')[3]
|
||||
node = self.make_simple_node(
|
||||
base_dir=os.path.join(module_name, fname, 'node'),
|
||||
initdb_params=['--data-checksums'])
|
||||
|
Loading…
Reference in New Issue
Block a user