Update test_reports.py

This commit is contained in:
zandercymatics 2023-11-27 13:02:26 -07:00
parent e314a5ff77
commit 6ace0f2862
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -50,6 +50,7 @@ class ExportDataTest(TestCase):
)
def tearDown(self):
# Dummy push - will remove
Domain.objects.all().delete()
DomainInformation.objects.all().delete()
User.objects.all().delete()