mirror of
https://github.com/pretix/pretix.git
synced 2026-08-11 10:57:00 +00:00
API: Add raw_source_type to failed checkins update (#6272)
This commit is contained in:
@@ -1127,6 +1127,7 @@ def test_store_failed(token_client, organizer, clist, event, order):
|
||||
organizer.slug, event.slug, clist.pk,
|
||||
), {
|
||||
'raw_barcode': '123456',
|
||||
'raw_source_type': 'nfc_uid',
|
||||
'nonce': '4321',
|
||||
'error_reason': 'invalid'
|
||||
}, format='json')
|
||||
|
||||
Reference in New Issue
Block a user