mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17:02 +02:00
Fix test cases
This commit is contained in:
parent
3d4972773c
commit
daf640ded3
2 changed files with 15 additions and 38 deletions
|
@ -551,6 +551,7 @@ class DomainApplicationAdmin(ListHeaderAdmin):
|
|||
|
||||
class InvestigatorFilter(admin.SimpleListFilter):
|
||||
"""Custom investigator filter that only displays users with the manager role"""
|
||||
|
||||
title = "investigator"
|
||||
parameter_name = "investigator"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue