mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-30 01:10:04 +02:00
checking transition domains on each login rather than on first login only
This commit is contained in:
parent
4311c9289c
commit
93370d45c2
7 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue