We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd3c53 commit 47065dbCopy full SHA for 47065db
packages/apps/tests/test_app.py
@@ -514,10 +514,6 @@ def get_token(scope, tenant_id=None):
514
assert app.credentials.client_id == "test-client-123"
515
assert callable(app.credentials.token)
516
517
- # result = app.credentials.token("https://api.botframework.com/.default", None)
518
- # assert result == "test.jwt.token"
519
- # assert token_called
520
-
521
res = await app.api.bots.token.get(app.credentials)
522
assert token_called is True
523
assert res.access_token == "test.jwt.token"
0 commit comments