1 Commits

Author SHA1 Message Date
e232b78366 Update
Some checks failed
CI-Multi/pipeline/pr-main There was a failure building this commit
OB/TallerCiCd/pipeline/pr-main This commit looks good
2026-01-17 11:44:57 +01:00

View File

@@ -46,5 +46,5 @@ def random_price(item: str) -> Dict:
def prices_payload() -> Dict: def prices_payload() -> Dict:
return { return {
"items": [random_price(item) for item in PRICE_RANGES.keys()], "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.",
} }