Fix test that wasn't run at all

This commit is contained in:
Yusuke Kadowaki 2022-12-01 00:12:50 +09:00
parent 12cba4a50b
commit 829f7ace22
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class TestConfigTmpPath:
# Check the base dir itself is gone without depending on test results
assert base_dir == []
@pytest.mark.parametrize("policy", ["failed", "all"])
@pytest.mark.parametrize("policy", ['"failed"', '"all"'])
@pytest.mark.parametrize("count", [0, 1, 3])
def test_retention_count(self, pytester: Pytester, policy, count) -> None:
p = pytester.makepyfile(