15836: Merge branch 'master'
[arvados.git] / sdk / python / tests / run_test_server.py
index dd74df2367812d48272e6be28827e7e0b806c398..9e9b12f98ca6d09ed1fb65eb5c768acf23454bf5 100644 (file)
@@ -717,7 +717,6 @@ def setup_config():
     config = {
         "Clusters": {
             "zzzzz": {
-                "EnableBetaController14287": ('14287' in os.environ.get('ARVADOS_EXPERIMENTAL', '')),
                 "ManagementToken": "e687950a23c3a9bceec28c6223a06c79",
                 "SystemRootToken": auth_token('system_user'),
                 "API": {
@@ -739,6 +738,7 @@ def setup_config():
                 "Collections": {
                     "BlobSigningKey": "zfhgfenhffzltr9dixws36j1yhksjoll2grmku38mi7yxd66h5j4q9w4jzanezacp8s6q0ro3hxakfye02152hncy6zml2ed0uc",
                     "TrustAllContent": True,
+                    "ForwardSlashNameSubstitution": "/",
                 },
                 "Git": {
                     "Repositories": "%s/test" % os.path.join(SERVICES_SRC_DIR, 'api', 'tmp', 'git'),