algorand / algorand/algorand-sdk-testing

accountInformation.json has incorrect test data

Ouverte
#263 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
new-bug Team Lamprey
Langage dominant
Gherkin
Étoiles
21
Forks
35
Merge moyen
15 min
PR mergées (30 j)
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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.