Skip to content

Commit caee76f

Browse files
Update tests/e2e_tests/conftest.py
Co-authored-by: Cameron Fairchild <[email protected]>
1 parent 2dbc127 commit caee76f

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
@@ -61,7 +61,7 @@ def local_chain(request):
6161
def legacy_runner(request):
6262
param = request.param if hasattr(request, "param") else None
6363
# Get the environment variable for the script path
64-
script_path = "/Users/ibraheem/Desktop/Bittensor/subtensor/scripts/localnet.sh"
64+
script_path = os.getenv("LOCALNET_SH_PATH")
6565

6666
if not script_path:
6767
# Skip the test if the localhost.sh path is not set

0 commit comments

Comments
 (0)