mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Fix incorrect var names
This commit is contained in:
@ -60,7 +60,7 @@ func TestFindRequestByID(t *testing.T) {
|
|||||||
|
|
||||||
URL: exampleURL,
|
URL: exampleURL,
|
||||||
Method: http.MethodGet,
|
Method: http.MethodGet,
|
||||||
Proto: sender.HTTPProto2,
|
Proto: sender.HTTPProto20,
|
||||||
Header: http.Header{
|
Header: http.Header{
|
||||||
"X-Foo": []string{"bar"},
|
"X-Foo": []string{"bar"},
|
||||||
},
|
},
|
||||||
|
@ -165,7 +165,7 @@ func TestCloneFromRequestLog(t *testing.T) {
|
|||||||
ProjectID: projectID,
|
ProjectID: projectID,
|
||||||
URL: exampleURL,
|
URL: exampleURL,
|
||||||
Method: http.MethodPost,
|
Method: http.MethodPost,
|
||||||
Proto: sender.HTTPProto2,
|
Proto: sender.HTTPProto20,
|
||||||
Header: http.Header{
|
Header: http.Header{
|
||||||
"X-Foo": []string{"bar"},
|
"X-Foo": []string{"bar"},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user