vertexcover-io / falcon-auth

A falcon middleware + authentication backends that adds authentication layer to you app/api service.
MIT License
103 stars 31 forks source link

fixing isoformat for date and time objects #41

Closed danpozmanter closed 2 months ago

danpozmanter commented 3 years ago

Solve the following:

  File "[path]py/lib/python3.8/site-packages/falcon_auth/serializer.py", line 22, in default
    return data.isoformat('T')
TypeError: isoformat() takes no arguments (1 given)
coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.8%) to 90.129% when pulling 30b0cc1a0c8cbe18c3a7c9498e97ff6e281e5bb7 on danpozmanter:serializer-isoformat-fix into 718fb0a3f209a8a7511dddbeab8a6eaecfe49529 on loanzen:master.