mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 17:47:02 +02:00
Updated test cases / common.py helpers
Expanded some test cases and added some common.py helpers for future tests
This commit is contained in:
parent
5b78b665a7
commit
738b75a7df
4 changed files with 322 additions and 107 deletions
|
@ -16,7 +16,7 @@ audited_admin_orderby_names = ['first_name', 'last_name']
|
|||
contact_admin_item_names = ["domain", "requested_domain"]
|
||||
contact_admin_orderby_names = ["name"]
|
||||
# Used to keep track of how we want to order_by certain FKs
|
||||
foreignkey_orderby_dict: [SortingDictInterface] = [
|
||||
foreignkey_orderby_dict: list[SortingDictInterface] = [
|
||||
# foreign_key - order_by
|
||||
SortingDictInterface(
|
||||
audited_admin_item_names,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue