Skip to content

Commit 0c92db3

Browse files
committed
Damn you goblins! Fixing typo.
1 parent 8aba5e0 commit 0c92db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_flask/pytest_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ def getfixturevalue(request, value):
22
if hasattr(request, 'getfixturevalue'):
33
return request.getfixturevalue(value)
44

5-
return requesgit (value)
5+
return request(value)

0 commit comments

Comments
 (0)