diff --git a/tests/e2e_tests/test_root.py b/tests/e2e_tests/test_root.py index e179329e..26485c25 100644 --- a/tests/e2e_tests/test_root.py +++ b/tests/e2e_tests/test_root.py @@ -175,7 +175,7 @@ def test_root_commands(local_chain, wallet_setup): "--delegate-ss58key", wallet_bob.hotkey.ss58_address, "--amount", - f"10", + "10", "--no-prompt", ], ) @@ -216,8 +216,6 @@ def test_root_commands(local_chain, wallet_setup): wallet_alice.name, "--delegate-ss58key", wallet_bob.hotkey.ss58_address, - "--network", - "local", "--amount", f"10", "--no-prompt", @@ -294,8 +292,6 @@ def test_root_commands(local_chain, wallet_setup): wallet_alice.name, "--delegate-ss58key", wallet_bob.hotkey.ss58_address, - "--network", - "local", "--all", "--no-prompt", ],