Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unneeded line again #2238

Merged
merged 1 commit into from
Aug 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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