You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a test called test_validator_account_max_length and test_validator_bank_block_max_length and pass the account number longer than expected length and validate the 400 status error.
Hint: Maximum account number length and balance block length is 64 characters . Pass any value as account number and/or balance block greater than 65 characters.
The text was updated successfully, but these errors were encountered:
Write a test called
test_validator_account_max_length
andtest_validator_bank_block_max_length
and pass the account number longer than expected length and validate the 400 status error.Hint: Maximum account number length and balance block length is 64 characters . Pass any value as account number and/or balance block greater than 65 characters.
The text was updated successfully, but these errors were encountered: