Skip to content

Commit 4f7c121

Browse files
fixup: have fake config .getini use correct types
1 parent cd37954 commit 4f7c121

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
@@ -968,7 +968,7 @@ def __init__(self) -> None:
968968
self.option = self
969969
self.stash = Stash()
970970

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

974974
junitprefix = None

0 commit comments

Comments
 (0)