You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asa_faucet_test.py tests 2, 3, and 6 fail with error: "KeyError: 0" all other tests pass.
Possible fix
remove calls to get_key_from_state(state, b'key_name') in akita_inu_asa_utils.py and refer to global/local_state['key_name'] directly in test file.
This matches syntax in other tests
see pull request here
The text was updated successfully, but these errors were encountered:
Subject of the issue
Tests fail on a fresh setup
Specifically tests in asa_faucet_test.py
Tests 2,3,6
errors are: "KeyError: 0"
in:
asa_faucet_test.py -> akita_inu_asa_utils.py -> get_key_from_state(state, key)
Your environment
OS:
Ubuntu 20.04 (focal, amd64)
Software version:
Algod
12885295106
3.6.2.stable [rel/stable] (commit #5e6bc6fc)
Steps to reproduce
Expected behaviour:
All tests pass initially
Actual behaviour
asa_faucet_test.py tests 2, 3, and 6 fail with error: "KeyError: 0" all other tests pass.
Possible fix
remove calls to get_key_from_state(state, b'key_name') in akita_inu_asa_utils.py and refer to global/local_state['key_name'] directly in test file.
This matches syntax in other tests
see pull request here
The text was updated successfully, but these errors were encountered: