Skip to content

Commit 1169b5c

Browse files
Jira WDT-250 improve the unit test passphrase
1 parent 967b2f4 commit 1169b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/python/alias_password_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ class AliasPasswordTestCase(unittest.TestCase):
2424
_wlst_password_name = "Password"
2525
_wlst_password_encrypted_name = "PasswordEncrypted"
2626

27-
_passphrase = 'do a deer'
27+
_passphrase = 'RE a drop of golden sun'
2828
_password = 'welcome1'
29-
_encrypted_password = '{AES}YVhmeU1jMFVqVGhhSzFrYnJRQzdQdS8zMG1heVlrSUk6WDNjbmUxWDVxZ0dFMjRaNDpoYmpVeTFZZzBEST0='
29+
_encrypted_password = '{AES}UC9rZld3blZFUnMraW12cHkydmtmdmpSZmNNMWVHajA6VERPYlJoeWxXU09IaHVrQzpBeWsrd2ZacVkyVT0='
3030
_encrypted_password_bytes = jarray.array(_encrypted_password, 'b')
3131

3232
def setUp(self):

0 commit comments

Comments
 (0)