Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lambdas/redis_sync/tests/test_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
import unittest
from unittest.mock import patch

import redis_sync
from constants import RedisCacheKey

import redis_sync


class TestHandler(unittest.TestCase):
s3_vaccine = {
Expand Down
1 change: 1 addition & 0 deletions lambdas/redis_sync/tests/test_handler_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from common.s3_event import S3EventRecord
from constants import RedisCacheKey

from redis_sync import handler


Expand Down
Loading