We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aba5e0 commit 0c92db3Copy full SHA for 0c92db3
pytest_flask/pytest_compat.py
@@ -2,4 +2,4 @@ def getfixturevalue(request, value):
2
if hasattr(request, 'getfixturevalue'):
3
return request.getfixturevalue(value)
4
5
- return requesgit (value)
+ return request(value)
0 commit comments