diff options
| author | 2025-08-14 14:09:06 +0200 | |
|---|---|---|
| committer | 2025-08-14 14:09:06 +0200 | |
| commit | e9b7e977a552275badf464a3b5882f41c6f879eb (patch) | |
| tree | 70f6d8228b8e9ccc58b6607bae134397e925d021 /internal/typeutils/wrap_test.go | |
| parent | [bugfix] insert filter keywords/statuses into DB when creating new filters (#... (diff) | |
| download | gotosocial-e9b7e977a552275badf464a3b5882f41c6f879eb.tar.xz | |
[performance] replace uses of fmt.Sprintf() with inlineable buildURL_() and buildPath_() functions (#4374)
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4374
Co-authored-by: kim <grufwub@gmail.com>
Co-committed-by: kim <grufwub@gmail.com>
Diffstat (limited to 'internal/typeutils/wrap_test.go')
| -rw-r--r-- | internal/typeutils/wrap_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/typeutils/wrap_test.go b/internal/typeutils/wrap_test.go index c0c51b37a..4f630124b 100644 --- a/internal/typeutils/wrap_test.go +++ b/internal/typeutils/wrap_test.go @@ -130,7 +130,7 @@ func (suite *WrapTestSuite) TestWrapNoteInCreate() { "replies": { "first": { "id": "http://localhost:8080/users/the_mighty_zork/statuses/01F8MHAMCHF6Y650WCRSCP4WMY/replies?page=true", - "next": "http://localhost:8080/users/the_mighty_zork/statuses/01F8MHAMCHF6Y650WCRSCP4WMY/replies?only_other_accounts=false\u0026page=true", + "next": "http://localhost:8080/users/the_mighty_zork/statuses/01F8MHAMCHF6Y650WCRSCP4WMY/replies?page=true\u0026only_other_accounts=false", "partOf": "http://localhost:8080/users/the_mighty_zork/statuses/01F8MHAMCHF6Y650WCRSCP4WMY/replies", "type": "CollectionPage" }, |
