Fix flaky tests

This commit is contained in:
nicolas.dorier
2025-06-16 15:46:21 +09:00
parent 49f1f198f3
commit 0b29415d0e
4 changed files with 7 additions and 23 deletions

View File

@@ -47,4 +47,7 @@ public class InvoiceWebhookDeliveryRequest(
res = InterpolateJsonField(res, "Invoice.Metadata", Invoice.Metadata.ToJObject());
return res;
}
public override string ToString()
=> $"Webhook delivery request ({webhookEvent.Type})";
}