PR suggestions pt. 2

This commit is contained in:
zandercymatics 2024-01-10 08:40:01 -07:00
parent d934897323
commit 2f5559a72f
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 3 additions and 3 deletions

View file

@ -223,7 +223,7 @@ class CsvReportsTest(TestCase):
self.assertEqual(expected_file_content, response.content)
class ExportDataTest(MockEppLib):
class ExportDataTest(TestCase):
def setUp(self):
super().setUp()
username = "test_user"