#fix:fix fmt check error

fix fmt check error
This commit is contained in:
Farmerx 2019-01-22 09:43:58 +08:00 committed by GitHub
parent 4875c6e347
commit fcbc7682ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -587,7 +587,6 @@ func TestContextPostFormMultipart(t *testing.T) {
assert.Equal(t, "c:/windows/system32/svchost.exe", arrmap[0]["process_path"]) assert.Equal(t, "c:/windows/system32/svchost.exe", arrmap[0]["process_path"])
assert.Equal(t, "c78655bc80301d76ed4fef1c1ea40a7d", arrmap[0]["process_md5"]) assert.Equal(t, "c78655bc80301d76ed4fef1c1ea40a7d", arrmap[0]["process_md5"])
assert.Equal(t, "svchost.exe", arrmap[0]["process_name"]) assert.Equal(t, "svchost.exe", arrmap[0]["process_name"])
} }
func TestContextSetCookie(t *testing.T) { func TestContextSetCookie(t *testing.T) {