Skip to content

Commit

Permalink
Add csm module in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Nov 11, 2024
1 parent 436eb3d commit 4d73699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bots/test_depositor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def depositor_bot(
module_recommender,
):
variables.MESSAGE_TRANSPORTS = ''
variables.DEPOSIT_MODULES_WHITELIST = [1, 2]
web3_lido_unit.lido.staking_router.get_staking_module_ids = Mock(return_value=[1, 2])
variables.DEPOSIT_MODULES_WHITELIST = [1, 2, 3]
web3_lido_unit.lido.staking_router.get_staking_module_ids = Mock(return_value=[1, 2, 3])
web3_lido_unit.eth.get_block = Mock(return_value=block_data)
yield DepositorBot(web3_lido_unit, deposit_transaction_sender, base_deposit_strategy, csm_strategy, module_recommender)

Expand Down

0 comments on commit 4d73699

Please sign in to comment.