Skip to content

Commit 5ec2a9d

Browse files
committed
utils -> aws_s3_utils II
1 parent ee05924 commit 5ec2a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/ack_backend/tests/test_splunk_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def run(self, result=None):
6262
# The logging_decorator.logger is patched individually in each test to allow for assertions to be made.
6363
# Any uses of the logger in other files will confound the tests and should be patched here.
6464
patch("update_ack_file.logger"),
65-
patch("common.utils.logger"),
65+
patch("common.aws_s3_utils.logger"),
6666
# Time is incremented by 1.0 for each call to time.time for ease of testing.
6767
# Range is set to a large number (300) due to many calls being made to time.time for some tests.
6868
patch(

0 commit comments

Comments
 (0)