Fix test cases

This commit is contained in:
zandercymatics 2023-12-14 09:29:18 -07:00
parent 3d4972773c
commit daf640ded3
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 15 additions and 38 deletions

View file

@ -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"