Update
Some checks failed
CI-Multi/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2026-01-17 11:44:57 +01:00
parent 512c1cea7b
commit e232b78366

View File

@@ -46,5 +46,5 @@ def random_price(item: str) -> Dict:
def prices_payload() -> Dict:
return {
"items": [random_price(item) for item in PRICE_RANGES.keys()],
"disclaimer": "Depende de como pilles al de cafete.",
"disclaimer": "Este es un cambio menor a fin de probar Webhooks.",
}