Skip to content

Commit

Permalink
Reverts conftest var
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Aug 24, 2024
1 parent 83f5049 commit 84da316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/e2e_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
def local_chain(request):
param = request.param if hasattr(request, "param") else None
# Get the environment variable for the script path
script_path = "/Users/ibraheem/Desktop/Bittensor/subtensor/scripts/localnet.sh"
script_path = os.getenv("LOCALNET_SH_PATH")

if not script_path:
# Skip the test if the localhost.sh path is not set
Expand Down

0 comments on commit 84da316

Please sign in to comment.