Closed holtzman closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 55.38%. Comparing base (
ab2af32
) to head (55e1299
). Report is 199 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Motivation
python test client was throwing error on
test_account_status
test.In this PR
require_spend_subaddress
key inget_account_status
response.Test Plan
poetry run test-client -v
throws an error and indicatesFAILED
prior to this patch and indicatesPASSED
with patch applied.