Skip to content

Commit c084f02

Browse files
committed
15 errors
1 parent d883ad7 commit c084f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/sample_data/mock_redis_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def fake_hget(name, key):
4242
return {}
4343

4444
def fake_hkeys(name):
45-
ret = fake_hget(name)
45+
ret = get_data(name)
4646
# return all keys
4747
if ret != {}:
4848
return list(ret.keys())

0 commit comments

Comments
 (0)