Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aec630d

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /