Skip to content

Commit

Permalink
[Docs] Update usage of 'to_mock_server' (#5503)
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st committed May 5, 2024
1 parent 3867fa5 commit 850d4f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/serving/writing-custom-steps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"echo_server = fn_echo.to_mock_server(current_function=\"*\")\n",
"\n",
"result = echo_server.test(\"\", {\"inputs\": 123})\n",
"echo_server.wait_for_completion()\n",
"\n",
"print(result)"
]
Expand Down

0 comments on commit 850d4f7

Please sign in to comment.