We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5680354 commit ca658d8Copy full SHA for ca658d8
middleware_test.go
@@ -72,7 +72,7 @@ type test struct {
72
Name string `json:"name"`
73
Fields fields `json:"fields"`
74
Args args `json:"args"`
75
- WantHAR string
+ WantHAR string `json:"want_har"`
76
}
77
78
const (
0 commit comments