mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Working tests ported from unittest to pytest
This commit is contained in:
parent
3d2c111f58
commit
ec549d6a06
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ def test_get_cachedir_basename(main_class):
|
|||
assert main_class.remotes[1].get_cache_basename() == "_"
|
||||
|
||||
|
||||
def test_git_provider_mp_lock():
|
||||
def test_git_provider_mp_lock(main_class):
|
||||
"""
|
||||
Check that lock is released after provider.lock()
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue