Fix test cases

This commit is contained in:
zandercymatics 2023-11-28 12:38:58 -07:00
parent e23ef4f5eb
commit 3f1a8b4ef5
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -137,7 +137,6 @@ class CsvReportsTest(TestCase):
def test_load_federal_report(self): def test_load_federal_report(self):
"""Tests the current-federal api link""" """Tests the current-federal api link"""
self.maxDiff = None
request = self.factory.get("/fake-path") request = self.factory.get("/fake-path")
response = get_current_federal(request, file_path="registrar/tests/data/fake_current_federal.csv") response = get_current_federal(request, file_path="registrar/tests/data/fake_current_federal.csv")
# Check that the response has status code 200 # Check that the response has status code 200
@ -155,7 +154,6 @@ class CsvReportsTest(TestCase):
def test_load_full_report(self): def test_load_full_report(self):
"""Tests the current-federal api link""" """Tests the current-federal api link"""
self.maxDiff = None
request = self.factory.get("/fake-path") request = self.factory.get("/fake-path")
response = get_current_full(request, file_path="registrar/tests/data/fake_current_full.csv") response = get_current_full(request, file_path="registrar/tests/data/fake_current_full.csv")
# Check that the response has status code 200 # Check that the response has status code 200