change: remove har2case, move all features to go version

This commit is contained in:
debugtalk
2022-03-26 11:58:54 +08:00
parent a5f7eea9c3
commit e382f692e4
16 changed files with 22 additions and 865 deletions
+2 -2
View File
@@ -58,12 +58,12 @@ func TestLoadHARWithProfile(t *testing.T) {
if !assert.Equal(t,
map[string]interface{}{"Content-Type": "application/x-www-form-urlencoded"},
har.profileJSON["headers"]) {
har.profile["headers"]) {
t.Fail()
}
if !assert.Equal(t,
map[string]interface{}{"UserName": "debugtalk"},
har.profileJSON["cookies"]) {
har.profile["cookies"]) {
t.Fail()
}
}