Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens committed Jul 3, 2024
1 parent a01b177 commit 156463f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koku/masu/test/util/aws/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def test_batch_delete_s3_objects(self, mock_resource):
mock_bucket.delete_objects.assert_has_calls(
[call(Delete={"Objects": expected_keys[:1000]}), call(Delete={"Objects": expected_keys[1000:]})]
)
self.assertIn("removed files from s3 bucket", captured_logs.output[-1])
self.assertIn("removed batch files from s3 bucket", captured_logs.output[-1])

def test_remove_s3_objects_not_matching_metadata(self):
"""Test remove_s3_objects_not_matching_metadata."""
Expand Down

0 comments on commit 156463f

Please sign in to comment.