mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix message.
This commit is contained in:
parent
0565f8dd78
commit
55cf0cf2f9
@ -265,7 +265,7 @@ class BackupCreateJobTest(BaseTestGenerator):
|
||||
not_expected_cmd_opts=[],
|
||||
expected_exit_code=[0, None],
|
||||
server_min_version=110000,
|
||||
message='Backup object with --no-comments are not supported '
|
||||
message='Backup object with --no-comments is not supported '
|
||||
'by EPAS/PG server less than 11.0'
|
||||
)),
|
||||
('When backup the object with option - all queries',
|
||||
@ -532,7 +532,7 @@ class BackupCreateJobTest(BaseTestGenerator):
|
||||
not_expected_cmd_opts=[],
|
||||
expected_exit_code=[0, None],
|
||||
server_min_version=110000,
|
||||
message='Backup server with --no-comments are not supported '
|
||||
message='Backup server with --no-comments is not supported '
|
||||
'by EPAS/PG server less than 11.0'
|
||||
)),
|
||||
('When backup the server with option - all queries',
|
||||
@ -611,7 +611,7 @@ class BackupCreateJobTest(BaseTestGenerator):
|
||||
not_expected_cmd_opts=[],
|
||||
expected_exit_code=[0, None],
|
||||
server_min_version=110000,
|
||||
message='Backup server with encoding are not supported '
|
||||
message='Backup server with encoding is not supported '
|
||||
'by EPAS/PG server less than 11.0'
|
||||
)),
|
||||
('When backup globals',
|
||||
|
@ -201,7 +201,7 @@ class RestoreCreateJobTest(BaseTestGenerator):
|
||||
not_expected_cmd_opts=[],
|
||||
expected_exit_code=[0, None],
|
||||
server_min_version=110000,
|
||||
message='Restore object with --no-comments are not supported '
|
||||
message='Restore object with --no-comments is not supported '
|
||||
'by EPAS/PG server less than 11.0'
|
||||
)),
|
||||
('When restore object with option - Queries',
|
||||
|
Loading…
Reference in New Issue
Block a user