Skip to content

Commit 783f016

Browse files
committed
tests: fixes
1 parent 6bd66de commit 783f016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ def test_basic_missing_file_permissions(self):
19271927
repr(self.output), self.cmd))
19281928
except ProbackupException as e:
19291929
self.assertIn(
1930-
'ERROR: Cannot open source file',
1930+
'ERROR: Cannot open file',
19311931
e.message,
19321932
'\n Unexpected Error Message: {0}\n CMD: {1}'.format(
19331933
repr(e.message), self.cmd))

tests/restore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ def test_restore_with_tablespace_mapping_1(self):
845845
repr(self.output), self.cmd))
846846
except ProbackupException as e:
847847
self.assertIn(
848-
'ERROR: restore destination is not empty:',
848+
'ERROR: Restore destination is not empty:',
849849
e.message,
850850
'\n Unexpected Error Message: {0}\n CMD: {1}'.format(
851851
repr(e.message), self.cmd))

0 commit comments

Comments
 (0)