Skip to content

Commit

Permalink
fix(sqs): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iBluemind committed Jan 10, 2025
1 parent c3022ae commit 9d90b5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/unit/transport/test_SQS.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,6 @@ def test_sts_session_with_multiple_predefined_queues(self):
mock_generate_sts_session_token.assert_called()
mock_new_sqs_client.assert_called()


def test_message_attribute(self):
message = 'my test message'
self.producer.publish(message, message_attributes={
Expand Down

0 comments on commit 9d90b5c

Please sign in to comment.