We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2d219 commit 5a5ff63Copy full SHA for 5a5ff63
sdk/keyvault/azure-keyvault-secrets/tests/test_polling_method_async.py
@@ -11,7 +11,7 @@
11
from _shared.helpers import mock, mock_response
12
from _shared.helpers_async import get_completed_future
13
14
-SLEEP = AsyncHttpTransport.__module__ + ".asyncio.sleep"
+SLEEP = AsyncHttpTransport.__module__ + ".AsyncHttpTransport.sleep"
15
16
raise_exception = lambda message: mock.Mock(side_effect=Exception(message))
17
0 commit comments