Fix typo on doc homepage.
[arvados.git] / sdk / python / tests / test_keep_client.py
index 3a2aaf2bc8eb59392d96e55a6b6f937910ccecdd..6d4d3cd8b816ea3854151285cd46cdebf60f5e63 100644 (file)
@@ -189,11 +189,12 @@ class KeepOptionalPermission(run_test_server.TestCaseWithServers):
 class KeepProxyTestCase(run_test_server.TestCaseWithServers):
     MAIN_SERVER = {}
     KEEP_SERVER = {}
-    KEEP_PROXY_SERVER = {'auth': 'admin'}
+    KEEP_PROXY_SERVER = {}
 
     @classmethod
     def setUpClass(cls):
         super(KeepProxyTestCase, cls).setUpClass()
+        run_test_server.authorize_with('active')
         cls.api_client = arvados.api('v1')
 
     def tearDown(self):