Skip to content

Commit

Permalink
act of desperation
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Aug 30, 2023
1 parent 39fb173 commit 4f10440
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,14 @@ def _create_applications_for_export():


def test_applications_csv_export_new_applications(handler_api_client):
Application.objects.all().delete()
(
application1,
) = _create_applications_for_export()
(
application2,
) = _create_applications_for_export()
(
application3,
) = _create_applications_for_export()
ApplicationBatch.objects.all().delete()
Expand Down

0 comments on commit 4f10440

Please sign in to comment.