Files
deb-python-oauth2client/tests/test_appengine.py
Danny Hermes 8067bb1fe6 Fix App Engine test branch miss.
In an App Engine / webapp2.RequestHandler method that has
been decorated with @decorator.oauth_required, a redirect
will occur if decorator.has_credentials() is False, so the
branch "if decorator.has_credentials()" always occurs and the
other one never will.
2015-09-22 09:50:39 -07:00

34 KiB