mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Properly remove minion_test_issue_2731 key.
This commit is contained in:
parent
5e26d2e47e
commit
b50d85a154
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class CallTest(integration.ShellCase, testprogram.TestProgramCase, integration.S
|
|||
|
||||
master_root_dir = master_config['root_dir']
|
||||
this_minion_key = os.path.join(
|
||||
master_root_dir, 'pki', 'minions', 'minion_test_issue_2731'
|
||||
master_root_dir, 'pki', 'master', 'minions', 'minion_test_issue_2731'
|
||||
)
|
||||
|
||||
minion_config = {
|
||||
|
|
Loading…
Add table
Reference in a new issue