mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Use default file storage in CI
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import logging
|
||||
|
||||
from .settings import * # noqa
|
||||
|
||||
|
||||
@@ -30,3 +29,6 @@ GITHUB_TOKEN = "changeme"
|
||||
|
||||
# Make content relative to the project root
|
||||
BASE_CONTENT = BASE_DIR / "core/tests/content"
|
||||
|
||||
# Don't use S3 in tests
|
||||
DEFAULT_FILE_STORAGE = "django.core.files.storage.FileSystemStorage"
|
||||
|
||||
Reference in New Issue
Block a user