Merge pull request 'fixed test' (#568) from tg-567 into main
All checks were successful
ci/woodpecker/push/gateway_tgsettle Pipeline was successful

Reviewed-on: #568
This commit was merged in pull request #568.
This commit is contained in:
2026-02-27 13:13:21 +00:00

View File

@@ -382,7 +382,7 @@ func TestIntentFromSubmitTransfer_NormalizesOutgoingLeg(t *testing.T) {
PaymentRef: "pay-5", PaymentRef: "pay-5",
Amount: &moneyv1.Money{Amount: "10", Currency: "USD"}, Amount: &moneyv1.Money{Amount: "10", Currency: "USD"},
Metadata: map[string]string{ Metadata: map[string]string{
metadataOutgoingLeg: "card_payout", metadataOutgoingLeg: "card",
}, },
}, "provider_settlement", "") }, "provider_settlement", "")
if err != nil { if err != nil {