replace authenticated_userid from security by request.authenticated_userid

This commit is contained in:
2018-03-08 14:35:11 +01:00
parent 4b589dda80
commit e57adcf0f6
9 changed files with 15 additions and 21 deletions

View File

@@ -11,6 +11,6 @@ waitress
MySQL-python
[testing]
WebTest >= 1.3.1
WebTest>=1.3.1
pytest
pytest-cov