API: Add raw_source_type to failed checkins update (#6272)

This commit is contained in:
Raphael Michel
2026-07-15 18:06:58 +02:00
committed by GitHub
parent 6901ed8b26
commit 08c376a459
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -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')