mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 19:15:51 +03:00
The tests also need a version parameter
This commit is contained in:
parent
a8d41c6aff
commit
a8c9faa9a2
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class TermsTestCase(unittest.HomeserverTestCase):
|
||||||
"privacy_policy": {
|
"privacy_policy": {
|
||||||
"en": {
|
"en": {
|
||||||
"name": "Privacy Policy",
|
"name": "Privacy Policy",
|
||||||
"url": "https://example.org/_matrix/consent",
|
"url": "https://example.org/_matrix/consent?v=1.0",
|
||||||
},
|
},
|
||||||
"version": "1.0"
|
"version": "1.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue