X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/71a556d7d2a9484a4f0bda069f1f7915f548683f..d8856736576e492edf08eba46b523880569e5123:/sdk/python/tests/test_keep_client.py diff --git a/sdk/python/tests/test_keep_client.py b/sdk/python/tests/test_keep_client.py index 3a2aaf2bc8..6d4d3cd8b8 100644 --- a/sdk/python/tests/test_keep_client.py +++ b/sdk/python/tests/test_keep_client.py @@ -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):