File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libraries/botbuilder-applicationinsights/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def test_none_telemetry_client(self):
47
47
self .assertEqual (type (dialog .telemetry_client ), NullTelemetryClient )
48
48
49
49
50
- @patch ('test_telemetry_waterfall .ApplicationInsightsTelemetryClient' )
50
+ @patch ('botbuilder.applicationinsights .ApplicationInsightsTelemetryClient' )
51
51
async def test_execute_sequence_waterfall_steps (self , MockTelemetry ):
52
52
# arrange
53
53
@@ -104,7 +104,7 @@ async def exec_test(turn_context: TurnContext) -> None:
104
104
self .assert_telemetry_calls (telemetry , telemetry_calls )
105
105
106
106
107
- @patch ('test_telemetry_waterfall .ApplicationInsightsTelemetryClient' )
107
+ @patch ('botbuilder.applicationinsights .ApplicationInsightsTelemetryClient' )
108
108
async def test_ensure_end_dialog_called (self , MockTelemetry ):
109
109
# arrange
110
110
You can’t perform that action at this time.
0 commit comments