File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def index(request):
87
87
if 'RelayState' in req ['post_data' ] and OneLogin_Saml2_Utils .get_self_url (req ) != req ['post_data' ]['RelayState' ]:
88
88
return HttpResponseRedirect (auth .redirect_to (req ['post_data' ]['RelayState' ]))
89
89
elif auth .get_settings ().is_debug_active ():
90
- error_reason = auth .get_last_error_reason ()
90
+ error_reason = auth .get_last_error_reason ()
91
91
elif 'sls' in req ['get_data' ]:
92
92
request_id = None
93
93
if 'LogoutRequestID' in request .session :
Original file line number Diff line number Diff line change 46
46
extras_require = {
47
47
'test' : (
48
48
'coverage>=4.5.2' ,
49
- 'freezegun== 0.3.11' ,
49
+ 'freezegun>= 0.3.11, <=1.1.0 ' ,
50
50
'pylint==1.9.4' ,
51
- 'flake8= =3.6.0' ,
51
+ 'flake8> =3.6.0' ,
52
52
'coveralls==1.5.1' ,
53
53
),
54
54
},
You can’t perform that action at this time.
0 commit comments