Skip to content

Commit d7f51ac

Browse files
committed
tests: another minor fix for snapfs
1 parent 8b83370 commit d7f51ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/snapfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_snapfs_simple(self):
4545
'select pg_remove_snapshot(1)')
4646

4747
self.backup_node(
48-
backup_dir, 'node', node)
48+
backup_dir, 'node', node, backup_type='page')
4949

5050
pgdata = self.pgdata_content(node.data_dir)
5151

0 commit comments

Comments
 (0)