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 0c92db3 commit b1c7857Copy full SHA for b1c7857
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 request(value)
+ return request.getfuncargvalue(value)
0 commit comments