mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-03 12:10:55 -06:00
Correct the string for shared server test case.
This commit is contained in:
parent
d95a6f2af7
commit
3a3eea0320
@ -36,7 +36,7 @@ class SharedServersGetTestCase(BaseTestGenerator):
|
||||
|
||||
if config.SERVER_MODE is False:
|
||||
self.skipTest(
|
||||
"Can not run shared servers test cases in the SERVER mode."
|
||||
"Can not run shared servers test cases in the Desktop mode."
|
||||
)
|
||||
self.server['shared'] = True
|
||||
url = "{0}{1}/".format(self.url, utils.SERVER_GROUP)
|
||||
|
Loading…
Reference in New Issue
Block a user