stellar-deprecated/transfer-server-validator

Fix Transaction and Transactions tests failing due to claimable_balance_id added to the schema

Closed this issue · 1 comments

When the reference server is used as the Domain the transaction and transactions test
has the correct object schema for an existing deposit transaction transaction.test.js
Transactions return proper formatted transactions list - Transactions return proper formatted transactions list

claimable_balance_id is an optional parameter that the validator's test should be able to handle.

Error found

should NOT have additional properties, but found 'claimable_balance_id'

Resolved with 061b153