From: Matt Joiner Date: Mon, 12 May 2025 02:20:36 +0000 (+1000) Subject: gorond X-Git-Tag: v1.59.0~158 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=acc8d4064074d2394ef4a135d323275d073ef656;p=btrtrc.git gorond --- diff --git a/tracker/http/http_test.go b/tracker/http/http_test.go index fd5e5807..92649117 100644 --- a/tracker/http/http_test.go +++ b/tracker/http/http_test.go @@ -71,5 +71,5 @@ func TestSetAnnounceInfohashParamWithSpaces(t *testing.T) { qt.Assert(t, qt.Equals(someUrl.Query().Get("info_hash"), string(ihBytes[:]))) qt.Check(t, qt.StringContains(someUrl.String(), - "info_hash=%2Bv%0A%A1x%93%200%C8G%DC%DF%8E%AE%BFV%0A%1B%D1l")) + "info_hash=%2Bv%0A%A1x%93%200%C8G%DC%DF%8E%AE%BFV%0A%1B%D1l")) }