Subscribers only blog posts #104416

Merged
Anna Sirota merged 2 commits from post-is-subscribers-only into main 2024-07-02 15:49:12 +02:00
Showing only changes of commit 71515a8f35 - Show all commits

View File

@ -22,7 +22,7 @@ User = get_user_model()
@override_settings(
DEFAULT_FILE_STORAGE='django.core.files.storage.FileSystemStorage',
DEFAULT_FILE_STORAGE='django.core.files.storage.InMemoryStorage',
)
class TestPostCreation(TestCase):
@classmethod