Skip to content

Commit

Permalink
Merge pull request #2238 from City-of-Helsinki/remove-line
Browse files Browse the repository at this point in the history
remove unneeded line again
  • Loading branch information
sirtawast authored Aug 30, 2023
2 parents ec8b831 + 395a5e2 commit a6d126f
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 a6d126f

Please sign in to comment.