Skip to content

Commit 77d991c

Browse files
fixup: have fake config .getini use correct types
1 parent ccf057f commit 77d991c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_junitxml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ def __init__(self) -> None:
967967
self.option = self
968968
self.stash = Stash()
969969

970-
def getini(self, name: object) -> str:
970+
def getini(self, name: str) -> str:
971971
return "pytest"
972972

973973
junitprefix = None

0 commit comments

Comments
 (0)