Skip to content

Commit

Permalink
Fix incorrect var names
Browse files Browse the repository at this point in the history
  • Loading branch information
dstotijn committed Feb 28, 2022
1 parent fa3f24e commit d438f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/db/badger/sender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/sender/sender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
},
Expand Down

0 comments on commit d438f93

Please sign in to comment.