Correct the string for shared server test case.

This commit is contained in:
zhangjie2@fujitsu.com 2021-07-23 12:44:16 +05:30 committed by Akshay Joshi
parent d95a6f2af7
commit 3a3eea0320

View File

@ -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)