fixup: have fake config .getini use correct types

This commit is contained in:
Ronny Pfannschmidt 2024-06-22 15:31:14 +02:00
parent ccf057fb60
commit 77d991c65c
1 changed files with 1 additions and 1 deletions

View File

@ -967,7 +967,7 @@ def test_dont_configure_on_workers(tmp_path: Path) -> None:
self.option = self
self.stash = Stash()
def getini(self, name: object) -> str:
def getini(self, name: str) -> str:
return "pytest"
junitprefix = None