Skip to content

Commit a0284f3

Browse files
committed
Issue #132 - Fixed unit test
1 parent 6a6fd39 commit a0284f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/python/aliases_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,6 +1282,7 @@ def testListGetToList(self):
12821282
location = LocationContext().append_location(FOLDERS.SERVER)
12831283
location.add_name_token(self.aliases.get_name_token(location), 'AdminServer')
12841284
location = location.append_location(FOLDERS.SSL)
1285+
location.add_name_token(self.aliases.get_name_token(location), 'AdminServer')
12851286
wlst_list = ['TLS', 'WITH_AES_256_CBC']
12861287
attribute = 'Ciphersuite'
12871288

0 commit comments

Comments
 (0)