Skip to content

Commit

Permalink
Experment with clirunner env overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Nov 14, 2024
1 parent 9c3389b commit ac482e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/_tests/pools/test_pool_cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ async def test_plotnft_cli_show(
wallet_state_manager.config,
)

runner = CliRunner()
runner = CliRunner(env={"CHIA_ROOT": str(wallet_environments.environments[0].node.root_path)})
with runner.isolated_filesystem():
await ShowPlotNFTCMD(
rpc_info=NeedsWalletRPC(
Expand Down

0 comments on commit ac482e5

Please sign in to comment.