File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ))
Original file line number Diff line number Diff 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 ))
You can’t perform that action at this time.
0 commit comments