Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accountInformation.json has incorrect test data #263

Open
FrankSzendzielarz opened this issue Dec 17, 2022 · 0 comments
Open

accountInformation.json has incorrect test data #263

FrankSzendzielarz opened this issue Dec 17, 2022 · 0 comments
Labels
new-bug Bug report that needs triage Team Lamprey

Comments

@FrankSzendzielarz
Copy link

accountInformation.json does not contain required fields

  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

@FrankSzendzielarz FrankSzendzielarz added the new-bug Bug report that needs triage label Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-bug Bug report that needs triage Team Lamprey
Projects
None yet
Development

No branches or pull requests

2 participants