Skip to content
Snippets Groups Projects
Commit c6e333e2 authored by Alexander Polcyn's avatar Alexander Polcyn
Browse files

add missing return statement

parent f538e15c
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@ def _payload_type(use_generic_payload, req_size, resp_size):
r['bytebuf_params'] = sizes
else:
r['simple_params'] = sizes
return r
def _ping_pong_scenario(name, rpc_type,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment