mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix typo in pyobjects test
This commit is contained in:
parent
0fb6bb7b77
commit
a66afb5f0f
@ -130,7 +130,7 @@ password = ''.join(random.SystemRandom().choice(
|
||||
string.ascii_letters + string.digits) for _ in range(20))
|
||||
'''
|
||||
|
||||
random_password_import_template = '''#!pyobjecs
|
||||
random_password_import_template = '''#!pyobjects
|
||||
from salt://password.sls import password
|
||||
'''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user