8000 Fix waterfall test (add accessor set) by daveta · Pull Request #149 · microsoft/botbuilder-python · GitHub
[go: up one dir, main page]

Skip to content

Fix waterfall test (add accessor set) #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 1, 2019
Merged

Conversation

daveta
Copy link
Contributor
@daveta daveta commented Apr 30, 2019

Fix waterfall test.

The DialogState was not being set() (via accessor) before the storage save occurred.

@@ -45,7 +46,7 @@ def test_none_telemetry_client(self):
# assert
self.assertEqual(type(dialog.telemetry_client), NullTelemetryClient)

@skip('Pending Telemetry mock')

@patch('test_telemetry_waterfall.ApplicationInsightsTelemetryClient')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you change this (and line 107) to: @patch('botbuilder.applicationinsights.ApplicationInsightsTelemetryClient') for the build to pass?

@axelsrz axelsrz merged commit a40a096 into master May 1, 2019
@axelsrz axelsrz deleted the daveta-fix-waterfall branch May 1, 2019 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0