algorand / algorand/algorand-sdk-testing
accountInformation.json has incorrect test data
- Vorherrschende Sprache
- Gherkin
- Sterne
- 21
- Forks
- 35
- Ø Merge
- 15 Min.
- Gemergte PRs (30 T.)
- 1
Beschreibung
### 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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.