Skip to content

Commit

Permalink
Merge pull request #1118 from skalenetwork/merge-develop
Browse files Browse the repository at this point in the history
Merge develop
  • Loading branch information
DmytroNazarenko authored Oct 17, 2024
2 parents 1869861 + fa1c622 commit 8f144af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/schains/monitor/containers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def test_monitor_schain_container_ec(
run_custom_schain_container(dutils, schain.name, entrypoint=['sh', 'exit', '1'])
# To make sure container initializaed
time.sleep(2)

with mock.patch('core.schains.monitor.containers.is_volume_exists', return_value=True):
schain_record.set_failed_rpc_count(100)
schain_record.set_restart_count(0)
Expand Down

0 comments on commit 8f144af

Please sign in to comment.