Modify newTestPWAClient to accept serverURL parameter
This commit is contained in:
parent
83f2102bf8
commit
f5bc74becb
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import (
|
|||
"github.com/schollz/progressbar/v3"
|
||||
)
|
||||
|
||||
func newTestPWAClient() PWAClient {
|
||||
func newTestPWAClient(serverURL string) PWAClient {
|
||||
return &pwaClient{
|
||||
client: &http.Client{
|
||||
Transport: &http.Transport{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue