The tests also need a version parameter

This commit is contained in:
Travis Ralston 2018-10-31 13:28:08 -06:00
parent a8d41c6aff
commit a8c9faa9a2

View file

@ -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"
}, },