Skip to content

Commit d7f0268

Browse files
committed
add missing white spaces
Signed-off-by: hwassman <[email protected]>
1 parent a64aca3 commit d7f0268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_opentsdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_case03():
8787
logger = logging.getLogger(__name__)
8888
opentsdb = OpenTsdbApi(logger, md_instance, '9999')
8989
profiler = Profiler()
90-
resp = profiler.run(opentsdb.format_response,*(data, jreq))
90+
resp = profiler.run(opentsdb.format_response, *(data, jreq))
9191
# resp = opentsdb.format_response(data, jreq)
9292
assert resp is not None
9393
assert os.path.exists(os.path.join(profiler.path, "profiling_format_response.prof"))

0 commit comments

Comments
 (0)