mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 08:08:26 -04:00
Make users.name unique.
This commit is contained in:
@@ -17,7 +17,7 @@ def test_get_all_users_returns_all_users(notifications_admin, notifications_admi
|
||||
mobile_number='+441234123412',
|
||||
created_at=datetime.now(),
|
||||
role_id=1)
|
||||
user3 = Users(name='test two',
|
||||
user3 = Users(name='test three',
|
||||
password='some2ndpassword',
|
||||
email_address='test2@get_all.gov.uk',
|
||||
mobile_number='+441234123412',
|
||||
|
||||
Reference in New Issue
Block a user