File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ def test_unsuccessful_response(client_v3):
174174def test_proxy_url (client_v3 ):
175175 tgt = 'tgt-1234'
176176 proxy_url_string = client_v3 .get_proxy_url (tgt )
177- assert proxy_url_string == 'https://cas.example.com/cas// proxy?pgt=tgt-1234&targetService=https%3A%2F%2Fexample.com%2Flogin' or proxy_url_string == 'https://cas.example.com/cas/ /proxy?targetService=https%3A%2F%2Fexample.com%2Flogin&pgt=tgt-1234'
177+ assert proxy_url_string == 'https://cas.example.com/cas/proxy?pgt=tgt-1234&targetService=https%3A%2F%2Fexample.com%2Flogin' or proxy_url_string == 'https://cas.example.com/cas/proxy?targetService=https%3A%2F%2Fexample.com%2Flogin&pgt=tgt-1234'
178178
179179#test CAS+SAML protocol
180180def test_can_saml_assertion_is_encoded ():
You can’t perform that action at this time.
0 commit comments