summary refs log tree commit diff
path: root/tests/test_terms_auth.py
diff options
context:
space:
mode:
authorDavid Baker <dbkr@users.noreply.github.com>2019-05-16 17:27:39 +0100
committerGitHub <noreply@github.com>2019-05-16 17:27:39 +0100
commit07cff7b1214060a4505030fc9eb822d974da9610 (patch)
treeadd1759e9b58bf32ba51cd408a17c44db7435f4c /tests/test_terms_auth.py
parentMake /sync attempt to return device updates for both joined and invited users... (diff)
parentTerms might not be the last stage (diff)
downloadsynapse-07cff7b1214060a4505030fc9eb822d974da9610.tar.xz
Merge pull request #5174 from matrix-org/dbkr/add_dummy_flow_to_recaptcha_only
Re-order registration stages to do msisdn & email auth last
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 f412985d2c..52739fbabc 100644 --- a/tests/test_terms_auth.py +++ b/tests/test_terms_auth.py
@@ -59,7 +59,7 @@ class TermsTestCase(unittest.HomeserverTestCase): for flow in channel.json_body["flows"]: self.assertIsInstance(flow["stages"], list) self.assertTrue(len(flow["stages"]) > 0) - self.assertEquals(flow["stages"][-1], "m.login.terms") + self.assertTrue("m.login.terms" in flow["stages"]) expected_params = { "m.login.terms": {