Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Nov 8, 2024
1 parent a784788 commit e8c1d46
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions chia/_tests/pools/test_pool_cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ async def test_plotnft_cli_create(
rpc_info=NeedsWalletRPC(
client_info=client_info,
context={"root_path": wallet_environments.environments[0].node.root_path},
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
state=case.state,
dont_prompt=True,
Expand Down Expand Up @@ -248,8 +246,6 @@ async def test_plotnft_cli_show(
rpc_info=NeedsWalletRPC(
context={"root_path": wallet_environments.environments[0].node.root_path},
client_info=client_info,
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
id=None,
).run()
Expand All @@ -261,8 +257,6 @@ async def test_plotnft_cli_show(
rpc_info=NeedsWalletRPC(
context={"root_path": wallet_environments.environments[0].node.root_path},
client_info=client_info,
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
id=15,
).run()
Expand All @@ -275,8 +269,6 @@ async def test_plotnft_cli_show(
rpc_info=NeedsWalletRPC(
context={"root_path": wallet_environments.environments[0].node.root_path},
client_info=client_info,
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
id=wallet_id,
).run()
Expand All @@ -289,8 +281,6 @@ async def test_plotnft_cli_show(
rpc_info=NeedsWalletRPC(
context={"root_path": wallet_environments.environments[0].node.root_path},
client_info=client_info,
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
id=None,
).run()
Expand Down Expand Up @@ -333,8 +323,6 @@ async def test_plotnft_cli_leave(
rpc_info=NeedsWalletRPC(
context={"root_path": wallet_environments.environments[0].node.root_path},
client_info=client_info,
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
id=None,
dont_prompt=True,
Expand All @@ -345,8 +333,6 @@ async def test_plotnft_cli_leave(
rpc_info=NeedsWalletRPC(
context={"root_path": wallet_environments.environments[0].node.root_path},
client_info=client_info,
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
id=15,
dont_prompt=True,
Expand All @@ -358,8 +344,6 @@ async def test_plotnft_cli_leave(
rpc_info=NeedsWalletRPC(
context={"root_path": wallet_environments.environments[0].node.root_path},
client_info=client_info,
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
id=wallet_id,
dont_prompt=True,
Expand Down Expand Up @@ -427,8 +411,6 @@ async def test_plotnft_cli_join(
rpc_info=NeedsWalletRPC(
context={"root_path": wallet_environments.environments[0].node.root_path},
client_info=client_info,
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
pool_url="http://127.0.0.1",
id=None,
Expand All @@ -441,8 +423,6 @@ async def test_plotnft_cli_join(
rpc_info=NeedsWalletRPC(
context={"root_path": wallet_environments.environments[0].node.root_path},
client_info=client_info,
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
pool_url="http://127.0.0.1",
id=1,
Expand All @@ -458,8 +438,6 @@ async def test_plotnft_cli_join(
rpc_info=NeedsWalletRPC(
context={"root_path": wallet_environments.environments[0].node.root_path},
client_info=client_info,
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
id=wallet_id,
pool_url="http://127.0.0.1",
Expand All @@ -470,8 +448,6 @@ async def test_plotnft_cli_join(
rpc_info=NeedsWalletRPC(
context={"root_path": wallet_environments.environments[0].node.root_path},
client_info=client_info,
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
id=wallet_id,
pool_url="",
Expand Down Expand Up @@ -502,8 +478,6 @@ async def test_plotnft_cli_join(
rpc_info=NeedsWalletRPC(
context={"root_path": wallet_environments.environments[0].node.root_path},
client_info=client_info,
wallet_rpc_port=wallet_rpc.port,
fingerprint=wallet_state_manager.root_pubkey.get_fingerprint(),
),
id=wallet_id,
pool_url="http://127.0.0.1",
Expand Down

0 comments on commit e8c1d46

Please sign in to comment.