mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-28 19:47:14 +08:00
bugfix #32: fix docstring
This commit is contained in:
+2
-1
@@ -137,7 +137,8 @@ def parse_content_with_bindings(content, variables_binds, functions_binds):
|
|||||||
{
|
{
|
||||||
"authorization": "a83de0ff8d2e896dbd8efb81ba14e17d",
|
"authorization": "a83de0ff8d2e896dbd8efb81ba14e17d",
|
||||||
"random": "A2dEx",
|
"random": "A2dEx",
|
||||||
"data": {"name": "user", "password": "123456"}
|
"data": {"name": "user", "password": "123456"},
|
||||||
|
"uuid": 1000
|
||||||
}
|
}
|
||||||
@param (dict) functions_binds, functions binds mapping
|
@param (dict) functions_binds, functions binds mapping
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user