Test data fixes
Release Inventarsystem / release-docker (push) Successful in 2m17s

This commit is contained in:
2026-08-23 21:06:46 +02:00
parent a0409a03dc
commit a35bb3e048
+1 -1
View File
@@ -3654,7 +3654,7 @@ def generate_test_ausleihen():
"Item": str(item3_res.inserted_id),
"Status": "active",
"DueDate": due_date_frisch,
"Mahnstufe": 0,
"Mahnstufe": 2,
"LastUpdated": current_time
}
]