File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments