From 3f5c6f7f5dce8f3b270fa41901aa2d8101088887 Mon Sep 17 00:00:00 2001 From: buyuxiang <347586493@qq.com> Date: Mon, 14 Feb 2022 16:17:28 +0800 Subject: [PATCH] fix code format Change-Id: I85d477f85844eee2d98f6231c16b57803a41aba7 --- docs/BUILTIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILTIN.md b/docs/BUILTIN.md index 47cb6195..4e818624 100644 --- a/docs/BUILTIN.md +++ b/docs/BUILTIN.md @@ -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.