algorand / algorand/algorand-sdk-testing

accountInformation.json has incorrect test data

Open
#263 0 comments 0 reactions 0 assignees View on GitHub
new-bug Team Lamprey
Dominant language
Gherkin
Stars
21
Forks
35
Avg merge
15m
Merged PRs (30d)
1

Description

### accountInformation.json does not contain required fields

```json
algod.oas2.json specifies

"required": [
"round",
"address",
"amount",
"pending-rewards",
"amount-without-pending-rewards",
"rewards",
"status",
"min-balance",
"total-apps-opted-in",
"total-assets-opted-in",
"total-created-apps",
"total-created-assets"
],

```
Some of these are omitted from the accountInformation.json. Actual response from algod *does* contain those fields. This results in deserialisation failures in the .NET SDK test suite but only in the test suite.

### Expected behaviour
Tests to pass, or modified oas2.json
### Actual behaviour
Tests fail

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.