Skip to content

Commit 00d0d50

Browse files
committed
fix e2e test
1 parent b34eb12 commit 00d0d50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/e2e_tests/test_axon.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def test_axon_reset_and_set(local_chain, wallet_setup):
4444
wallet_alice.name,
4545
"--wallet-hotkey",
4646
wallet_alice.hotkey_str,
47+
"--subnet-name",
48+
"Test Axon Subnet",
4749
"--no-prompt",
4850
],
4951
)
@@ -211,6 +213,8 @@ def test_axon_set_with_ipv6(local_chain, wallet_setup):
211213
wallet_bob.name,
212214
"--wallet-hotkey",
213215
wallet_bob.hotkey_str,
216+
"--subnet-name",
217+
"Test IPv6 Subnet",
214218
"--no-prompt",
215219
],
216220
)
@@ -296,6 +300,8 @@ def test_axon_set_invalid_inputs(local_chain, wallet_setup):
296300
wallet_charlie.name,
297301
"--wallet-hotkey",
298302
wallet_charlie.hotkey_str,
303+
"--subnet-name",
304+
"Test Invalid Inputs Subnet",
299305
"--no-prompt",
300306
],
301307
)

0 commit comments

Comments
 (0)