diff options
author | Travis Ralston <travpc@gmail.com> | 2018-10-31 13:28:08 -0600 |
---|---|---|
committer | Travis Ralston <travpc@gmail.com> | 2018-10-31 13:28:08 -0600 |
commit | a8c9faa9a2517f7d733f58bea574e5c147c5b328 (patch) | |
tree | 6a90ed00b9b96d158770b9cda12ac81e932fac5b | |
parent | Include a version query string arg for the consent route (diff) | |
download | synapse-a8c9faa9a2517f7d733f58bea574e5c147c5b328.tar.xz |
The tests also need a version parameter
-rw-r--r-- | tests/test_terms_auth.py | 2 |
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" }, |