Skip to content

Commit

Permalink
change test method for jwt provider to support api clients (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
timabrmsn committed May 27, 2022
1 parent b7dbea9 commit b364018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py42/sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def from_jwt_provider(host_address, jwt_provider):
"""

client = SDKClient.from_jwt_provider(host_address, jwt_provider)
client.users.get_current()
client.usercontext.get_current_tenant_id()
return client


Expand Down

0 comments on commit b364018

Please sign in to comment.