Skip to content

Commit 6784b85

Browse files
author
Roman
committed
add LOCALNET_IMAGE_NAME local env variable
1 parent 81e0a44 commit 6784b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
setup_wallet,
1919
)
2020

21-
LOCALNET_IMAGE_NAME = "ghcr.io/opentensor/subtensor-localnet:devnet-ready"
21+
LOCALNET_IMAGE_NAME = os.getenv("LOCALNET_IMAGE_NAME") or "ghcr.io/opentensor/subtensor-localnet:devnet-ready"
2222
CONTAINER_NAME_PREFIX = "test_local_chain_"
2323

2424

0 commit comments

Comments
 (0)