feat: add length equal

This commit is contained in:
debugtalk
2021-10-03 21:52:47 +08:00
parent cb0e450f18
commit a221afb51d
4 changed files with 71 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ import (
func TestCaseValidateStep(t *testing.T) {
testcase := &httpboomer.TestCase{
Config: httpboomer.TConfig{
Name: "run request with variables",
Name: "run request with validation",
BaseURL: "https://postman-echo.com",
Verify: false,
},