Add support to launch Chrome

This commit is contained in:
David Stotijn
2022-02-27 17:56:24 +01:00
parent 8269af9478
commit bef52d956e
6 changed files with 95 additions and 4 deletions

View File

@ -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"},
},