mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Added tests for setting and fetching from redis respecting the enabled flag.
This commit is contained in:
0
app/clients/redis/__init__.py
Normal file
0
app/clients/redis/__init__.py
Normal file
@@ -17,4 +17,4 @@ class RedisClient:
|
||||
|
||||
def get(self, key):
|
||||
if self.active:
|
||||
self.redis_store.get(key)
|
||||
self.redis_store.get(key)
|
||||
|
||||
Reference in New Issue
Block a user