Merge branch 'main' into za/1075-generate-csvs-to-publish

This commit is contained in:
zandercymatics 2023-11-29 08:38:53 -07:00
commit ff37e510f1
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
41 changed files with 1828 additions and 154 deletions

View file

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