0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-08 13:48:57 +02:00

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": {
"en": {
"name": "Privacy Policy",
"url": "https://example.org/_matrix/consent",
"url": "https://example.org/_matrix/consent?v=1.0",
},
"version": "1.0"
},