Skip to content

Commit 31e0d60

Browse files
committed
Adjust imports in test cases
1 parent b9e0128 commit 31e0d60

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_client.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99

1010
import requests
1111

12-
from oauth2cli.oauth2 import Client
13-
from oauth2cli.authcode import obtain_auth_code
14-
from oauth2cli.assertion import JwtSigner
12+
from msal.oauth2cli import Client, JwtSigner
13+
from msal.oauth2cli.authcode import obtain_auth_code
1514
from tests import unittest, Oauth2TestCase
1615

1716

0 commit comments

Comments
 (0)