The tests also need a version parameter
This commit is contained in:
parent
a8d41c6aff
commit
a8c9faa9a2
|
@ -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 New Issue