checking transition domains on each login rather than on first login only

This commit is contained in:
David Kennedy 2023-11-07 15:01:02 -05:00
parent 4311c9289c
commit 93370d45c2
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
7 changed files with 17 additions and 17 deletions

View file

@ -237,7 +237,7 @@ class TestLogins(TestCase):
user, user_created = User.objects.get_or_create(
email=invite.email, username=invite.email
)
user.first_login()
user.on_each_login()
# Analyze the tables
expected_total_transition_domains = 8