Files
edx-platform/lms/djangoapps/oauth_dispatch/tests/constants.py
J. Cliff Dyer 1270df1500 Enable dispatch of Authorization endpoint.
* Created URL route
* Expanded test code to confirm expected behavior

MA-2124
2016-06-02 13:58:38 +00:00

6 lines
97 B
Python

"""
Constants for testing purposes
"""
DUMMY_REDIRECT_URL = u'https://example.com/edx/redirect'