Skip to content

Commit 5a5ff63

Browse files
authored
[Key Vault] Fix async sleep reference in tests (#40924)
1 parent 3b2d219 commit 5a5ff63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/keyvault/azure-keyvault-secrets/tests/test_polling_method_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from _shared.helpers import mock, mock_response
1212
from _shared.helpers_async import get_completed_future
1313

14-
SLEEP = AsyncHttpTransport.__module__ + ".asyncio.sleep"
14+
SLEEP = AsyncHttpTransport.__module__ + ".AsyncHttpTransport.sleep"
1515

1616
raise_exception = lambda message: mock.Mock(side_effect=Exception(message))
1717

0 commit comments

Comments
 (0)