We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d883ad7 commit c084f02Copy full SHA for c084f02
backend/tests/sample_data/mock_redis_cache.py
@@ -42,7 +42,7 @@ def fake_hget(name, key):
42
return {}
43
44
def fake_hkeys(name):
45
- ret = fake_hget(name)
+ ret = get_data(name)
46
# return all keys
47
if ret != {}:
48
return list(ret.keys())
0 commit comments