]> git.ipfire.org Git - thirdparty/tornado.git/commit
auth: Fix twitter authenticate_redirect in 5.1
authorBen Darnell <ben@bendarnell.com>
Sun, 16 Sep 2018 16:04:52 +0000 (12:04 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 16 Sep 2018 16:12:05 +0000 (12:12 -0400)
commit5f5426c9e401d8b6924346318f0ccc62b1d7fd57
treece57ae574c619e7bb2c52fadfc456cd05298c4b9
parentd5c4e8997bb2c3337c69dbf92d2f7796c20dd616
auth: Fix twitter authenticate_redirect in 5.1

This had no test coverage so was missed in the refactoring to use
Futures.

Fixes #2482
tornado/auth.py
tornado/test/auth_test.py