We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f8bd7 commit 4acf93aCopy full SHA for 4acf93a
providers/amazon/tests/unit/amazon/aws/triggers/test_mwaa.py
@@ -92,7 +92,7 @@ def test_serialization(self):
92
93
@pytest.mark.asyncio
94
@mock.patch.object(MwaaHook, "get_waiter")
95
- @mock.patch.object(MwaaHook, "async_conn")
+ @mock.patch.object(MwaaHook, "get_async_conn")
96
async def test_run_success(self, mock_async_conn, mock_get_waiter):
97
mock_async_conn.__aenter__.return_value = mock.MagicMock()
98
mock_get_waiter().wait = AsyncMock()
0 commit comments