Skip to content

Commit

Permalink
Remove print call from the test
Browse files Browse the repository at this point in the history
  • Loading branch information
FinemechanicPub committed Jul 24, 2023
1 parent 1e4c2a1 commit 709df0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/afisha/tests/tests_views/test_afisha_event_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def test_afisha_event_list_date_filter(client, dates_query_param, expected_count
def test_afisha_event_list_results_level_expected_fields(client, expected_field, four_events_october):
"""Check all expected fields persists in `results`."""
response_data = client.get(AFISHA_EVENTS_URL).data
print(response_data)
first_event = response_data.get("results")[0]

assert expected_field in first_event

0 comments on commit 709df0f

Please sign in to comment.