mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pre-commit
This commit is contained in:
parent
5ff2c7e2a2
commit
93acf2ee36
1 changed files with 2 additions and 1 deletions
|
@ -32,9 +32,10 @@ def configure_loader_modules():
|
|||
"__salt__": {
|
||||
"cmd.run_all": cmd.run_all,
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def temp_account():
|
||||
user_name = random_string("test-account-", uppercase=False)
|
||||
|
|
Loading…
Add table
Reference in a new issue