Skip to content

Commit aec630d

Browse files
authored
fix: conform to stricter printf usage in Go 1.24 (#508)
1 parent 497ac50 commit aec630d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autobahn_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func TestAutobahn(t *testing.T) {
9292
}
9393
})
9494

95-
c, _, err := websocket.Dial(ctx, fmt.Sprintf(wstestURL+"/updateReports?agent=main"), nil)
95+
c, _, err := websocket.Dial(ctx, wstestURL+"/updateReports?agent=main", nil)
9696
assert.Success(t, err)
9797
c.Close(websocket.StatusNormalClosure, "")
9898

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy