1
0
Fork 0
forked from forgejo/forgejo

[BRANDING] Update nodeinfo branding

- Change the values for the nodeinfo API, to use branded values.
- Resolves https://codeberg.org/forgejo/forgejo/issues/257

(cherry picked from commit fa5130a663)
This commit is contained in:
Gusted 2023-02-04 11:20:21 +01:00 committed by Loïc Dachary
parent 0f12ca9222
commit 7eb46fbc6b
No known key found for this signature in database
GPG key ID: 992D23B392F9E4F2
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ func TestNodeinfo(t *testing.T) {
var nodeinfo api.NodeInfo
DecodeJSON(t, resp, &nodeinfo)
assert.True(t, nodeinfo.OpenRegistrations)
assert.Equal(t, "gitea", nodeinfo.Software.Name)
assert.Equal(t, "forgejo", nodeinfo.Software.Name)
assert.Equal(t, 24, nodeinfo.Usage.Users.Total)
assert.Equal(t, 17, nodeinfo.Usage.LocalPosts)
assert.Equal(t, 2, nodeinfo.Usage.LocalComments)