Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-armah committed Sep 26, 2024
1 parent 9b57ce6 commit d0a1237
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integrations/aws/tests/utils/test_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ async def test_multiple_task_execution(
mock_lock.__aexit__.assert_awaited_once()


# Mock SessionManager and related dependencies
class TestAwsSessions(unittest.IsolatedAsyncioTestCase):
def setUp(self) -> None:
# Mock for SessionManager
self.session_manager_mock: AsyncMock = patch(
"utils.aws._session_manager", autospec=SessionManager
).start()
Expand Down

0 comments on commit d0a1237

Please sign in to comment.