settings: Remove unused slack_importer_test_settings.

Commit 3ebd30120c (#8345) removed the
corresponding test.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-06-07 20:19:31 -07:00 committed by Tim Abbott
parent 9cb6a75da5
commit 59dec63da3
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
from .settings import *
DATABASES["default"] = {
"NAME": "zulip_slack_importer_test",
"USER": "zulip_test",
"PASSWORD": LOCAL_DATABASE_PASSWORD,
"HOST": "localhost",
"SCHEMA": "zulip",
"ENGINE": "django.db.backends.postgresql",
}