mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 03:39:25 +02:00
See #872: added a new terms of service setting
This commit is contained in:
parent
01d2206001
commit
5ca3055713
4 changed files with 19 additions and 1 deletions
|
@ -38,6 +38,7 @@ def test_nodeinfo_dump(preferences, mocker):
|
|||
"shortDescription": preferences["instance__short_description"],
|
||||
"longDescription": preferences["instance__long_description"],
|
||||
"nodeName": preferences["instance__name"],
|
||||
"terms": preferences["instance__terms"],
|
||||
"library": {
|
||||
"federationEnabled": preferences["federation__enabled"],
|
||||
"federationNeedsApproval": preferences[
|
||||
|
@ -105,6 +106,7 @@ def test_nodeinfo_dump_stats_disabled(preferences, mocker):
|
|||
"shortDescription": preferences["instance__short_description"],
|
||||
"longDescription": preferences["instance__long_description"],
|
||||
"nodeName": preferences["instance__name"],
|
||||
"terms": preferences["instance__terms"],
|
||||
"library": {
|
||||
"federationEnabled": preferences["federation__enabled"],
|
||||
"federationNeedsApproval": preferences[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue