good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit aec630d5 authored by W. Michael Petullo's avatar W. Michael Petullo Committed by GitHub
Browse files

fix: conform to stricter printf usage in Go 1.24 (#508)

parent 497ac50c
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ func TestAutobahn(t *testing.T) { ...@@ -92,7 +92,7 @@ func TestAutobahn(t *testing.T) {
} }
}) })
c, _, err := websocket.Dial(ctx, fmt.Sprintf(wstestURL+"/updateReports?agent=main"), nil) c, _, err := websocket.Dial(ctx, wstestURL+"/updateReports?agent=main", nil)
assert.Success(t, err) assert.Success(t, err)
c.Close(websocket.StatusNormalClosure, "") c.Close(websocket.StatusNormalClosure, "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment