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
892a30900f
commit
17231f51b9
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ def test_store_is_constrained_to_cachedir(cache, tmp_path):
|
|||
assert (Path(cache.cachedir) / str(tmp_path)[1:]).exists()
|
||||
|
||||
|
||||
@pytest.mark.parametrize("full_path,in_key", ((False, False), (False, True), (True, False)))
|
||||
@pytest.mark.parametrize(
|
||||
"full_path,in_key", ((False, False), (False, True), (True, False))
|
||||
)
|
||||
def test_fetch_is_constrained_to_cachedir(cache, tmp_path, full_path, in_key):
|
||||
fake_data = b"\xa1a"
|
||||
if full_path:
|
||||
|
|
Loading…
Add table
Reference in a new issue