fix: honor tenant validation during plugin imports
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ from django.conf import settings
|
||||
if not settings.configured:
|
||||
settings.configure(
|
||||
DATABASES={"default": {"ENGINE": "django.db.backends.sqlite3", "NAME": ":memory:"}},
|
||||
INSTALLED_APPS=["django.contrib.contenttypes"],
|
||||
INSTALLED_APPS=["django.contrib.contenttypes", "netbox_export"],
|
||||
SECRET_KEY="tests",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user