API: Add "currently inside" to checkin statistics

This commit is contained in:
Raphael Michel
2020-10-19 12:42:46 +02:00
parent 7c212ba79d
commit fcd0c65567
3 changed files with 4 additions and 1 deletions

View File

@@ -565,6 +565,7 @@ def test_status(token_client, organizer, event, clist_all, item, other_item, ord
assert resp.status_code == 200
assert resp.data['checkin_count'] == 1
assert resp.data['position_count'] == 2
assert resp.data['inside_count'] == 1
assert resp.data['items'] == [
{
'name': str(item.name),