Skip to content

Commit

Permalink
remove unneeded line again
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Aug 30, 2023
1 parent ec8b831 commit 395a5e2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,13 @@ def _create_applications_for_export():


@pytest.mark.skip(
reason="This test fails in deploy pipeline -- DETAIL: Key (username)=(masonzachary_a45eb8) already exists."
reason="This test fails in deploy pipeline - DETAIL: Key (username)=(masonzachary_a45eb8) already exists."
)
def test_applications_csv_export_new_applications(handler_api_client):
pytest
(
application1,
application2,
application3,
application4,
) = _create_applications_for_export()
ApplicationBatch.objects.all().delete()

Expand Down

0 comments on commit 395a5e2

Please sign in to comment.