Skip to content

Commit 18038d7

Browse files
committed
added no reward address test
1 parent ddc3f82 commit 18038d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_2026_01_26_hoodi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
NEW_MANAGER_ADDRESS = "0xc8195bb2851d7129D9100af9d65Bd448A6dE11eF"
2626
MANAGE_SIGNING_KEYS = web3.keccak(text="MANAGE_SIGNING_KEYS").hex()
2727
OPERATOR_ID = 1
28+
EXPECTED_REWARD_ADDRESS = "0x031624fAD4E9BFC2524e7a87336C4b190E70BCA8"
2829

2930
EXPECTED_VOTE_ID = 56
3031
EXPECTED_VOTE_EVENTS_COUNT = 1
@@ -63,6 +64,7 @@ def test_vote_acceptance(helpers, accounts, ldo_holder, vote_ids_from_env):
6364
# =====================================================================
6465

6566
# Item 1
67+
assert no.getNodeOperator(OPERATOR_ID, True)["rewardAddress"] == EXPECTED_REWARD_ADDRESS
6668
assert not no.canPerform(NEW_MANAGER_ADDRESS, MANAGE_SIGNING_KEYS, [perm_param_uint])
6769
# scenario reassurance tests
6870
add_signing_keys_fails_before_vote(accounts)

0 commit comments

Comments
 (0)