Merge remote-tracking branch 'origin/main' into rjm/998-domain-growth-export

This commit is contained in:
Rachid Mrad 2023-12-27 15:25:43 -05:00
commit 9e7802c349
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
40 changed files with 1522 additions and 919 deletions

View file

@ -158,7 +158,6 @@ class CsvReportsTest(TestCase):
@boto3_mocking.patching
def test_load_federal_report(self):
"""Tests the get_current_federal api endpoint"""
self.maxDiff = None
mock_client = MagicMock()
mock_client_instance = mock_client.return_value