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
Updated by daviddavis over 4 years ago
- Related to Issue #6451: Our functional tests use settings from django.conf which may not be accurate added
Updated by daviddavis over 4 years ago
Note that if you fix this, the tests will probably fail in Travis due to #6451.
Updated by fao89 over 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 70
Added by mdellweg over 4 years ago
Updated by mdellweg over 4 years ago
Updated by ttereshc over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 3.3.0
Actions
Change storage checking in tests to use the correct value
[noissue]