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 967b2f4 commit 1169b5cCopy full SHA for 1169b5c
core/src/test/python/alias_password_test.py
@@ -24,9 +24,9 @@ class AliasPasswordTestCase(unittest.TestCase):
24
_wlst_password_name = "Password"
25
_wlst_password_encrypted_name = "PasswordEncrypted"
26
27
- _passphrase = 'do a deer'
+ _passphrase = 'RE a drop of golden sun'
28
_password = 'welcome1'
29
- _encrypted_password = '{AES}YVhmeU1jMFVqVGhhSzFrYnJRQzdQdS8zMG1heVlrSUk6WDNjbmUxWDVxZ0dFMjRaNDpoYmpVeTFZZzBEST0='
+ _encrypted_password = '{AES}UC9rZld3blZFUnMraW12cHkydmtmdmpSZmNNMWVHajA6VERPYlJoeWxXU09IaHVrQzpBeWsrd2ZacVkyVT0='
30
_encrypted_password_bytes = jarray.array(_encrypted_password, 'b')
31
32
def setUp(self):
0 commit comments