Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Jan 4, 2017
1 parent 69cde53 commit dff07b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion collectfast/tests/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_warn_preload_metadata(case):

@test
@override_setting("enabled", False)
def test_warn_preload_metadata(case):
def test_collectfast_disabled(case):
call_collectstatic()


Expand Down
1 change: 1 addition & 0 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def main():
os.makedirs(staticroot_dir)

settings.configure(**{
# Set USE_TZ to True to work around bug in django-storages
"USE_TZ": True,
"DATABASES": {
'default': {
Expand Down

0 comments on commit dff07b6

Please sign in to comment.