Skip to content

Commit

Permalink
remove unused test hook
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell committed Jun 26, 2020
1 parent 3d27a8f commit 36f8288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(self, client_id, client_credential=None, **kwargs):
else:
self._cache = msal.TokenCache()

self._client = kwargs.pop("msal_adapter", None) or MsalClient(**kwargs)
self._client = MsalClient(**kwargs)

# postpone creating the wrapped application because its initializer uses the network
self._msal_app = None # type: Optional[msal.ClientApplication]
Expand Down

0 comments on commit 36f8288

Please sign in to comment.