mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 00:47:36 +08:00
feat: validate response object
This commit is contained in:
@@ -47,7 +47,7 @@ func TestCaseHardcode(t *testing.T) {
|
||||
},
|
||||
}
|
||||
|
||||
err := httpboomer.Test(testcase)
|
||||
err := httpboomer.Test(t, testcase)
|
||||
if err != nil {
|
||||
t.Fatalf("run testcase error: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user