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 a64aca3 commit d7f0268Copy full SHA for d7f0268
tests/test_opentsdb.py
@@ -87,7 +87,7 @@ def test_case03():
87
logger = logging.getLogger(__name__)
88
opentsdb = OpenTsdbApi(logger, md_instance, '9999')
89
profiler = Profiler()
90
- resp = profiler.run(opentsdb.format_response,*(data, jreq))
+ resp = profiler.run(opentsdb.format_response, *(data, jreq))
91
# resp = opentsdb.format_response(data, jreq)
92
assert resp is not None
93
assert os.path.exists(os.path.join(profiler.path, "profiling_format_response.prof"))
0 commit comments