mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-05-10 22:33:09 +00:00
Fix test: update DummyAsyncCacheFileBackend API
This commit is contained in:
parent
2b10e85813
commit
fbf052ce5f
1 changed files with 1 additions and 1 deletions
|
|
@ -78,5 +78,5 @@ class DummyAsyncCacheFileBackend(Simple):
|
||||||
file as pending but never actually creating it).
|
file as pending but never actually creating it).
|
||||||
|
|
||||||
"""
|
"""
|
||||||
def _generate(self, file):
|
def generate(self, file, force=False):
|
||||||
self.set_state(file, CacheFileState.PENDING)
|
self.set_state(file, CacheFileState.PENDING)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue