Skip to content

Commit 47065db

Browse files
author
Mehak Bindra
committed
clean test
1 parent 7bd3c53 commit 47065db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/apps/tests/test_app.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -514,10 +514,6 @@ def get_token(scope, tenant_id=None):
514514
assert app.credentials.client_id == "test-client-123"
515515
assert callable(app.credentials.token)
516516

517-
# result = app.credentials.token("https://api.botframework.com/.default", None)
518-
# assert result == "test.jwt.token"
519-
# assert token_called
520-
521517
res = await app.api.bots.token.get(app.credentials)
522518
assert token_called is True
523519
assert res.access_token == "test.jwt.token"

0 commit comments

Comments
 (0)