We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6007e1a commit 11ff2efCopy full SHA for 11ff2ef
tests/test_integration.py
@@ -160,7 +160,7 @@ def test_worker_single_service(self):
160
161
# expect a call for traces and services
162
self._wait_thread_flush()
163
- eq_(self.api._put.call_count, 0)
+ eq_(self.api._put.call_count, 1)
164
165
def test_worker_service_called_multiple_times(self):
166
# service must be sent correctly
@@ -171,7 +171,7 @@ def test_worker_service_called_multiple_times(self):
171
172
173
174
175
176
def test_worker_http_error_logging(self):
177
# Tests the logging http error logic
0 commit comments