Commit 489d547
Ensure Connector Client is retrieved in teams_info.py (#2062)
* Ensure Connector Client is retrieved in teams_info.py
* Revert changes in cloud_adapter.py
* Ensure Connector Client is retrieved in teams_info.py
* Fixed teams member added test with mock ConnectorClient
---------
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>1 parent 7a03e65 commit 489d547
File tree
2 files changed
+11
-3
lines changed- libraries/botbuilder-core
- botbuilder/core/teams
- tests/teams
2 files changed
+11
-3
lines changedLines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
322 | | - | |
| 321 | + | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
325 | 330 | | |
326 | 331 | | |
327 | 332 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
595 | 598 | | |
596 | 599 | | |
597 | 600 | | |
| |||
0 commit comments