8000 Update for build automation · rsliang/botbuilder-python@085d477 · GitHub
[go: up one dir, main page]

Skip to content

Commit 085d477

Browse files
authored
Update for build automation
1 parent 7dacaff commit 085d477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/botbuilder-applicationinsights/tests/test_telemetry_waterfall.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_none_telemetry_client(self):
4747
self.assertEqual(type(dialog.telemetry_client), NullTelemetryClient)
4848

4949

50-
@patch('test_telemetry_waterfall.ApplicationInsightsTelemetryClient')
50+
@patch('botbuilder.applicationinsights.ApplicationInsightsTelemetryClient')
5151
async def test_execute_sequence_waterfall_steps(self, MockTelemetry):
5252
# arrange
5353

@@ -104,7 +104,7 @@ async def exec_test(turn_context: TurnContext) -> None:
104104
self.assert_telemetry_calls(telemetry, telemetry_calls)
105105

106106

107-
@patch('test_telemetry_waterfall.ApplicationInsightsTelemetryClient')
107+
@patch('botbuilder.applicationinsights.ApplicationInsightsTelemetryClient')
108108
async def test_ensure_end_dialog_called(self, MockTelemetry):
109109
# arrange
110110

0 commit comments

Comments
 (0)
0