mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Fix windows tests
This commit is contained in:
parent
4c7f477d80
commit
7370733bae
2 changed files with 2 additions and 2 deletions
|
@ -318,7 +318,7 @@ def test_get_source_relative_no_tpldir(
|
|||
loader = get_loader(opts=minion_opts, saltenv=saltenv)
|
||||
with pytest.raises(TemplateNotFound):
|
||||
loader.get_source(
|
||||
MagicMock(globals=[]), str(".." / relative_rhello.relative_to(relative_dir))
|
||||
MagicMock(globals={}), str(".." / relative_rhello.relative_to(relative_dir))
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -190,7 +190,7 @@ def download_artifact(
|
|||
repository: str = "saltstack/salt",
|
||||
):
|
||||
"""
|
||||
Download CI built packages artifacts.
|
||||
Download CI artifacts.
|
||||
"""
|
||||
if TYPE_CHECKING:
|
||||
assert artifact_name is not None
|
||||
|
|
Loading…
Add table
Reference in a new issue