Fix stray outdated enum values

This commit is contained in:
David Stotijn 2022-02-28 09:21:43 +01:00
parent bef52d956e
commit f15438e10b
No known key found for this signature in database
GPG key ID: B23243A9C47CEE2D
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ func TestFindRequestByID(t *testing.T) {
URL: exampleURL,
Method: http.MethodGet,
Proto: sender.HTTPProto20,
Proto: sender.HTTPProto2,
Header: http.Header{
"X-Foo": []string{"bar"},
},

View file

@ -165,7 +165,7 @@ func TestCloneFromRequestLog(t *testing.T) {
ProjectID: projectID,
URL: exampleURL,
Method: http.MethodPost,
Proto: sender.HTTPProto20,
Proto: sender.HTTPProto2,
Header: http.Header{
"X-Foo": []string{"bar"},
},