Skip to content

Commit

Permalink
tests: remove an unneeded parse_response_to_soup
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenKorr committed Feb 5, 2025
1 parent e81e613 commit ebdef42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/www/job_seekers_views/test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def test_multiple(client, snapshot):
# Current user cannot view personal information, so the city is not in the URL
client.force_login(unauthorized_prescriber)
response = client.get(url)
parse_response_to_soup(response, selector="tbody")
helper_contains_button_apply_for(response, job_app5.job_seeker, with_city=False, with_intro_js=True)


Expand Down

0 comments on commit ebdef42

Please sign in to comment.