Skip to content

Commit 0f49883

Browse files
cpimentxrmx
authored andcommitted
Fixed typo in Azure Functions tests
1 parent 7ba7899 commit 0f49883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)