From 450b39f2ce60913c48cdbb71a5c2b92c9a012440 Mon Sep 17 00:00:00 2001
From: Megan Henning <meganhenning@flywheel.io>
Date: Wed, 27 Sep 2017 11:19:59 -0500
Subject: [PATCH] Change service url state in tests

---
 test/unit_tests/python/test_auth.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/unit_tests/python/test_auth.py b/test/unit_tests/python/test_auth.py
index 05367757..e2a09e9f 100644
--- a/test/unit_tests/python/test_auth.py
+++ b/test/unit_tests/python/test_auth.py
@@ -68,7 +68,7 @@ def test_cas_auth(config, as_drone, as_public, api_db):
 
     # inject cas auth config
     config['auth']['cas'] = dict(
-        service_url='http://local.test?state=cas',
+        service_url_state='?state=cas',
         auth_endpoint='http://cas.test/cas/login',
         verify_endpoint='http://cas.test/cas/serviceValidate',
         namespace='cas.test',
-- 
GitLab