This commit is contained in:
zandercymatics 2023-12-20 14:02:14 -07:00
parent 6dcd038129
commit 2398e3e39a
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 22 additions and 24 deletions

View file

@ -152,7 +152,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