mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Passwords are decoded to unicode
This commit is contained in:
parent
290f461963
commit
a84ba300cb
1 changed files with 1 additions and 1 deletions
|
@ -85,4 +85,4 @@ class EC2TestCase(TestCase, LoaderModuleMockMixin):
|
|||
name='i-abcddef', kwargs={'key_file': self.key_file}, call='action'
|
||||
)
|
||||
assert ret['passwordData'] == PASS_DATA
|
||||
assert ret['password'] == b'testp4ss!'
|
||||
assert ret['password'] == 'testp4ss!'
|
||||
|
|
Loading…
Add table
Reference in a new issue