diff options
author | David Baker <dave@matrix.org> | 2015-03-24 18:21:54 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-03-24 18:21:54 +0000 |
commit | 438a21c87bec6386be1a9ed92d61b1b467a40bcd (patch) | |
tree | 9e7564b115955a707304186228d0126ee5cbad39 | |
parent | unused import (diff) | |
download | synapse-438a21c87bec6386be1a9ed92d61b1b467a40bcd.tar.xz |
Don't test exact equality of the list: as long as it has the fields we expect, that's just fine. I added the user_id (as in database pkey) and it broke: no point testing what that comes out as: it's determined by the db.
-rw-r--r-- | tests/storage/test_registration.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/storage/test_registration.py b/tests/storage/test_registration.py |