Actions
Issue #6450
closedChecking storage in tests uses incorrect value
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 70
Quarter:
Description
In our tests, we check settings.DEFAULT_FILE_STORAGE against 'django.core.files.storage.FileSystemStorage' when it should be 'pulpcore.app.models.storage.FileSystem'. Here's an example[0].
Related issues
Actions
Change storage checking in tests to use the correct value
[noissue]