Files
deb-python-oauth2client/tests/test_flask_util.py
Danny Hermes 085227a48a Calling two() method in flask util test.
In the original code, the line never executes since it is in
a method that is decorated with oauth2.required and the
method's scopes don't match the credentials used (forcing a
redirect). Thus, we call it again with credentials that actually
match the scopes.
2015-09-22 11:54:15 -07:00

16 KiB