Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit edc60c1

Browse files
author
Julien Neuhart
committed
adding missing remote url header in tests
1 parent d712358 commit edc60c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: url_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func TestURLComplete(t *testing.T) {
3939
req.Margins(NormalMargins)
4040
req.Landscape(false)
4141
req.GoogleChromeRpccBufferSize(1048576)
42+
req.AddRemoteURLHTTPHeader("A-Header", "Foo")
4243
dirPath, err := test.Rand()
4344
require.Nil(t, err)
4445
dest := fmt.Sprintf("%s/foo.pdf", dirPath)

0 commit comments

Comments
 (0)