Update pkg/pwa/pwa_test.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Snider 2025-11-02 23:09:15 +00:00 committed by GitHub
parent 854d781965
commit ae1e3b6890
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(serverURL string) PWAClient {
func newTestPWAClient() PWAClient {
return &pwaClient{
client: &http.Client{
Transport: &http.Transport{