Modify newTestPWAClient to accept serverURL parameter

This commit is contained in:
Snider 2025-11-02 23:12:16 +00:00 committed by GitHub
parent 83f2102bf8
commit f5bc74becb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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{