feat: validate response object

This commit is contained in:
debugtalk
2021-09-26 16:28:18 +08:00
parent df7366af55
commit 9f59dbf340
9 changed files with 156 additions and 18 deletions

View File

@@ -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)
}