Update test_reports.py

This commit is contained in:
zandercymatics 2024-04-09 08:15:30 -06:00
parent 3bb956414d
commit 1ecbb2b796
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -718,7 +718,7 @@ class HelperFunctions(MockDb):
}
# Test with distinct
managed_domains_sliced_at_end_date = get_sliced_domains(filter_condition)
expected_content = [3, 4, 1, 0, 0, 0, 0, 0, 0, 0]
expected_content = [3, 2, 1, 0, 0, 0, 0, 0, 0, 0]
self.assertEqual(managed_domains_sliced_at_end_date, expected_content)
# Test without distinct