fix code format

Change-Id: I85d477f85844eee2d98f6231c16b57803a41aba7
This commit is contained in:
buyuxiang
2022-02-14 16:17:28 +08:00
parent 6fbd8f7d9b
commit 3f5c6f7f5d

View File

@@ -11,7 +11,7 @@ HttpRunner+ validation should follow the following format. `check`, `assert` and
"expect": 200, // expected value
"msg": "check response status code" // optional, print this message if assertion failed
}
```g
```
The `assert` method name will be mapped to a built-in function with the following function signature.