Fix failing tests

This commit is contained in:
Raphael Michel
2020-09-01 22:13:19 +02:00
parent fb92c9dd64
commit a2f9bb73ad

View File

@@ -89,6 +89,13 @@ TEST_ORDERPOSITION1_RES = {
"checkins": [],
"downloads": [],
"answers": [],
"seat": None,
"company": None,
"street": None,
"zipcode": None,
"city": None,
"country": None,
"state": None,
"subevent": None,
"pseudonymization_id": "ABCDEFGHKL",
}
@@ -114,6 +121,13 @@ TEST_ORDERPOSITION2_RES = {
"checkins": [],
"downloads": [],
"answers": [],
"seat": None,
"company": None,
"street": None,
"zipcode": None,
"city": None,
"country": None,
"state": None,
"subevent": None,
"pseudonymization_id": "BACDEFGHKL",
}