Skip to content

Commit c80f628

Browse files
committed
Fixed typo in Azure Functions tests
1 parent bd06d25 commit c80f628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contrib/serverless/azurefunctions/azure_functions_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
import pytest
3131

32-
azure = pytest.importorskip("azure-functions")
32+
azure = pytest.importorskip("azure.functions")
3333

3434
import datetime
3535
import os

0 commit comments

Comments
 (0)