mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-14 06:55:08 +02:00
linting (again)
This commit is contained in:
parent
c2a2f6fa41
commit
02c9b58504
2 changed files with 1 additions and 2 deletions
|
@ -300,7 +300,6 @@ def replace_url_queryparams(url_to_modify: str, query_params, convert_list_to_cs
|
|||
return new_url
|
||||
|
||||
|
||||
@staticmethod
|
||||
def convert_queryset_to_dict(queryset, is_model=True, key="id"):
|
||||
"""
|
||||
Transforms a queryset into a dictionary keyed by a specified key (like "id").
|
||||
|
|
|
@ -808,5 +808,5 @@ class HelperFunctions(MockDb):
|
|||
"submission_date__lte": self.end_date,
|
||||
}
|
||||
submitted_requests_sliced_at_end_date = get_sliced_requests(filter_condition)
|
||||
expected_content = [2, 2, 0, 0, 0, 0, 1, 0, 0, 1]
|
||||
expected_content = [3, 2, 0, 0, 0, 0, 1, 0, 0, 1]
|
||||
self.assertEqual(submitted_requests_sliced_at_end_date, expected_content)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue