New check-in features (#3022)

This commit is contained in:
Raphael Michel
2023-02-09 09:46:46 +01:00
committed by GitHub
parent 7b0d07065f
commit 6902725f3c
69 changed files with 1606 additions and 183 deletions

View File

@@ -131,6 +131,9 @@ TEST_ORDERPOSITION1_RES = {
"country": None,
"state": None,
"subevent": None,
"valid_from": None,
"valid_until": None,
"blocked": None,
"pseudonymization_id": "ABCDEFGHKL",
}
@@ -163,6 +166,9 @@ TEST_ORDERPOSITION2_RES = {
"country": None,
"state": None,
"subevent": None,
"valid_from": None,
"valid_until": None,
"blocked": None,
"pseudonymization_id": "BACDEFGHKL",
}
@@ -195,6 +201,9 @@ TEST_ORDERPOSITION3_RES = {
"country": None,
"state": None,
"subevent": None,
"valid_from": None,
"valid_until": None,
"blocked": None,
"pseudonymization_id": "FOOBAR12345",
}