Skip to content

Commit

Permalink
The tests also need a version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Oct 31, 2018
1 parent a8d41c6 commit a8c9faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_terms_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_ui_auth(self):
"privacy_policy": {
"en": {
"name": "Privacy Policy",
"url": "https://example.org/_matrix/consent",
"url": "https://example.org/_matrix/consent?v=1.0",
},
"version": "1.0"
},
Expand Down

0 comments on commit a8c9faa

Please sign in to comment.