summary refs log tree commit diff
path: root/tests/test_terms_auth.py
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2018-10-31 13:28:08 -0600
committerTravis Ralston <travpc@gmail.com>2018-10-31 13:28:08 -0600
commita8c9faa9a2517f7d733f58bea574e5c147c5b328 (patch)
tree6a90ed00b9b96d158770b9cda12ac81e932fac5b /tests/test_terms_auth.py
parentInclude a version query string arg for the consent route (diff)
downloadsynapse-a8c9faa9a2517f7d733f58bea574e5c147c5b328.tar.xz
The tests also need a version parameter
Diffstat (limited to 'tests/test_terms_auth.py')
-rw-r--r--tests/test_terms_auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_terms_auth.py b/tests/test_terms_auth.py
index 06b68f0a72..7deab5266f 100644
--- a/tests/test_terms_auth.py
+++ b/tests/test_terms_auth.py
@@ -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"
                     },