Closed oisinmulvihill closed 8 years ago
all tests pass locally not sure what travis-ci is complaining about :(
$ py.test ============================================================================================ test session starts ============================================================================================= platform linux2 -- Python 2.7.6, pytest-2.9.2, py-1.4.31, pluggy-0.3.1 rootdir: /home/vagrant/src/flask-jwt, inifile: setup.cfg plugins: flask-0.10.0 collected 20 items
tests/test_jwt.py ....................
========================================================================================= 20 passed in 2.27 seconds ========================================================================================== (scpenv) vagrant@devbox [flask-jwt] $
Weird, when run elsewhere its causing a problem but not for me, makes it hard to fix this :(
Already fixed by #63 and many others.
great, can join mainline again, thx
Excepted #63 is not merged yet... (the project seems dead https://github.com/mattupstate/flask-jwt/pull/95)
I'll pull in your fixes from your branch https://github.com/webstack/flask-jwt/tree/fork into mine then in the meantime.
Fixed a bug whereby a dict cause AttributeError even though the _default_jwt_payload_handler is supposed to handle objects and dicts. I've added a test and my proposed fix for this.