mirror of
https://github.com/dstotijn/hetty
synced 2024-11-10 06:04:19 +00:00
Fix incorrect var names
This commit is contained in:
parent
fa3f24eb70
commit
d438f93ee0
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ func TestFindRequestByID(t *testing.T) {
|
|||
|
||||
URL: exampleURL,
|
||||
Method: http.MethodGet,
|
||||
Proto: sender.HTTPProto2,
|
||||
Proto: sender.HTTPProto20,
|
||||
Header: http.Header{
|
||||
"X-Foo": []string{"bar"},
|
||||
},
|
||||
|
|
|
@ -165,7 +165,7 @@ func TestCloneFromRequestLog(t *testing.T) {
|
|||
ProjectID: projectID,
|
||||
URL: exampleURL,
|
||||
Method: http.MethodPost,
|
||||
Proto: sender.HTTPProto2,
|
||||
Proto: sender.HTTPProto20,
|
||||
Header: http.Header{
|
||||
"X-Foo": []string{"bar"},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue