Skip to content

Commit e85e95b

Browse files
committed
remove cache log from finameprocessor
1 parent 48d825f commit e85e95b

3 files changed

Lines changed: 263 additions & 263 deletions

File tree

filenameprocessor/tests/test_lambda_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
with patch.dict("os.environ", MOCK_ENVIRONMENT_DICT):
2424
from file_name_processor import lambda_handler, handle_record
2525
from clients import REGION_NAME
26-
from constants import PERMISSIONS_CONFIG_FILE_KEY, AUDIT_TABLE_NAME, FileStatus, AuditTableKeys
26+
from constants import AUDIT_TABLE_NAME, FileStatus, AuditTableKeys
2727

2828

2929
s3_client = boto3_client("s3", region_name=REGION_NAME)

filenameprocessor/tests/test_logging_decorator.py

Lines changed: 0 additions & 262 deletions
This file was deleted.

0 commit comments

Comments
 (0)