Skip to content
Snippets Groups Projects
Commit 450b39f2 authored by Megan Henning's avatar Megan Henning
Browse files

Change service url state in tests

parent 655066bb
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ def test_cas_auth(config, as_drone, as_public, api_db): ...@@ -68,7 +68,7 @@ def test_cas_auth(config, as_drone, as_public, api_db):
# inject cas auth config # inject cas auth config
config['auth']['cas'] = dict( config['auth']['cas'] = dict(
service_url='http://local.test?state=cas', service_url_state='?state=cas',
auth_endpoint='http://cas.test/cas/login', auth_endpoint='http://cas.test/cas/login',
verify_endpoint='http://cas.test/cas/serviceValidate', verify_endpoint='http://cas.test/cas/serviceValidate',
namespace='cas.test', namespace='cas.test',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment