We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6fd39 commit a0284f3Copy full SHA for a0284f3
core/src/test/python/aliases_test.py
@@ -1282,6 +1282,7 @@ def testListGetToList(self):
1282
location = LocationContext().append_location(FOLDERS.SERVER)
1283
location.add_name_token(self.aliases.get_name_token(location), 'AdminServer')
1284
location = location.append_location(FOLDERS.SSL)
1285
+ location.add_name_token(self.aliases.get_name_token(location), 'AdminServer')
1286
wlst_list = ['TLS', 'WITH_AES_256_CBC']
1287
attribute = 'Ciphersuite'
1288
0 commit comments