Remove "template=template0" from db connection params.
[arvados.git] / sdk / python / tests / run_test_server.py
index 22d4f62ea0fd1bf5a8d6718e2d410b79d5377d72..734bb04270bcfc7c94891542add7806b390350bc 100644 (file)
@@ -676,7 +676,6 @@ def setup_config():
            "dbname": "arvados_test",
            "user": "arvados",
            "password": "insecure_arvados_test",
-            "template": "template0", # used by RailsAPI when [re]creating the database
         }
 
     localhost = "127.0.0.1"