forked from CGM_Public/pretix_original
Remove print statement
This commit is contained in:
@@ -931,7 +931,6 @@ def test_question_choice_identifier(token_client, organizer, clist, event, order
|
|||||||
resp = token_client.post('/api/v1/organizers/{}/events/{}/checkinlists/{}/positions/{}/redeem/'.format(
|
resp = token_client.post('/api/v1/organizers/{}/events/{}/checkinlists/{}/positions/{}/redeem/'.format(
|
||||||
organizer.slug, event.slug, clist.pk, p.pk
|
organizer.slug, event.slug, clist.pk, p.pk
|
||||||
), {'answers': {question[0].pk: str(question[1].identifier)}}, format='json')
|
), {'answers': {question[0].pk: str(question[1].identifier)}}, format='json')
|
||||||
print(resp.data)
|
|
||||||
assert resp.status_code == 201
|
assert resp.status_code == 201
|
||||||
assert resp.data['status'] == 'ok'
|
assert resp.data['status'] == 'ok'
|
||||||
with scopes_disabled():
|
with scopes_disabled():
|
||||||
|
|||||||
Reference in New Issue
Block a user