about summary refs log tree commit diff
path: root/config/database.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/database.yml')
-rw-r--r--config/database.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml b/config/database.yml
index 810b83278..39393e93a 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -13,7 +13,7 @@ development:
 # Do not set this db to the same as development or production.
 test:
   <<: *default
-  database: mastodon_test
+  database: mastodon_test<%= ENV['TEST_ENV_NUMBER'] %>
 
 production:
   <<: *default