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 b8aef22 commit 02ce9d8Copy full SHA for 02ce9d8
core/src/test/python/aliases_test.py
@@ -888,7 +888,9 @@ def testBooleanDefaultValues(self):
888
return
889
890
def testGetWlstAttributeJavaBoolean(self):
891
- location = LocationContext().append_location(FOLDERS.SECURITY_CONFIGURATION, DOMAIN='mydomain')
+ location = LocationContext().append_location(FOLDERS.SECURITY_CONFIGURATION)
892
+ token = self.aliases.get_name_token(location)
893
+ location.add_name_token(token, 'my-domain')
894
location.append_location(FOLDERS.REALM, REALM="myrealm").\
895
append_location(FOLDERS.AUTHENTICATION_PROVIDER, PROVIDER='myprovider').\
896
append_location(FOLDERS.ACTIVE_DIRECTORY_AUTHENTICATOR)
0 commit comments