mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix failing windows test
This commit is contained in:
parent
5369d5843c
commit
d116107432
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def configure_loader_modules(tmp_path):
|
|||
"__role": "master",
|
||||
}
|
||||
if salt.utils.platform.is_windows():
|
||||
opts["gitfs_remotes"] = opts["gitfs_remotes"].replace("\\", "/")
|
||||
opts["gitfs_remotes"][0] = opts["gitfs_remotes"][0].replace("\\", "/")
|
||||
|
||||
return {gitfs: {"__opts__": opts}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue