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 01853bc commit 45f74d0Copy full SHA for 45f74d0
tests/unit/test_fetches.py
@@ -10,7 +10,7 @@
10
def noop_log_latency_decorator(*args, **kwargs):
11
"""
12
This is a no-op decorator. It is used to patch the log_latency decorator
13
- during tests, so that the tests for client logic are not affected by the
+ during tests, so that the tests for fetches logic are not affected by the
14
telemetry logging logic. It accepts any arguments and returns a decorator
15
that returns the original function unmodified.
16
0 commit comments