mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
removed accidental delete
This commit is contained in:
parent
6746947c2e
commit
c850e1d084
1 changed files with 1 additions and 1 deletions
|
@ -1829,7 +1829,7 @@ class VerifiedByStaffAdminTestCase(TestCase):
|
|||
self.client.force_login(self.superuser)
|
||||
|
||||
# Create an instance of the admin class
|
||||
admin_instance = VerifiedByStaffAdmin(model=VerifiedB, admin_site=None)
|
||||
admin_instance = VerifiedByStaffAdmin(model=VerifiedByStaff, admin_site=None)
|
||||
|
||||
# Create a VerifiedByStaff instance
|
||||
vip_instance = VerifiedByStaff(email="test@example.com", notes="Test Notes")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue