Skip to content

Commit 0cef487

Browse files
committed
[Issue #187] test fix
1 parent 803c607 commit 0cef487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def test_pgpro434_3(self):
263263
log_content)
264264
else:
265265
self.assertIn(
266-
"ERROR: WAL segment 000000010000000000000002 could not be archived in 60 seconds",
266+
"ERROR: WAL segment 000000010000000000000003 could not be archived in 60 seconds",
267267
log_content)
268268

269269
log_file = os.path.join(node.logs_dir, 'postgresql.log')

0 commit comments

Comments
 (0)