mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo in pyobjects test
This commit is contained in:
parent
0fb6bb7b77
commit
a66afb5f0f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue