Skip to content

Commit f6c175d

Browse files
author
Roman
committed
fix unittests
1 parent 100e398 commit f6c175d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit_tests/test_subtensor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,6 +1492,7 @@ def test_do_serve_axon_is_success(
14921492
wallet=fake_wallet,
14931493
wait_for_inclusion=fake_wait_for_inclusion,
14941494
wait_for_finalization=fake_wait_for_finalization,
1495+
sign_with="hotkey",
14951496
period=None,
14961497
)
14971498

@@ -1530,6 +1531,7 @@ def test_do_serve_axon_is_not_success(subtensor, fake_wallet, mocker, fake_call_
15301531
wallet=fake_wallet,
15311532
wait_for_inclusion=fake_wait_for_inclusion,
15321533
wait_for_finalization=fake_wait_for_finalization,
1534+
sign_with="hotkey",
15331535
period=None,
15341536
)
15351537

@@ -1568,6 +1570,7 @@ def test_do_serve_axon_no_waits(subtensor, fake_wallet, mocker, fake_call_params
15681570
wallet=fake_wallet,
15691571
wait_for_inclusion=fake_wait_for_inclusion,
15701572
wait_for_finalization=fake_wait_for_finalization,
1573+
sign_with="hotkey",
15711574
period=None,
15721575
)
15731576
assert result == (True, "")

0 commit comments

Comments
 (0)