Skip to content

Commit

Permalink
Fix linting (forgot to run poetry update locally)
Browse files Browse the repository at this point in the history
  • Loading branch information
agates committed Jul 20, 2024
1 parent 1c7662d commit 53e04e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/regression/test_#56_set_env_to_use_testnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ async def test_use_testnet_startup_checks_and_write_cli_single():

os.environ["PODPING_TESTNET"] = "true"
os.environ["PODPING_TESTNET_NODE"] = "https://api.fake.openhive.network"
os.environ[
"PODPING_TESTNET_CHAINID"
] = "4200000000000000000000000000000000000000000000000000000000000000"
os.environ["PODPING_TESTNET_CHAINID"] = (
"4200000000000000000000000000000000000000000000000000000000000000"
)

lighthive_client = get_client()
try:
Expand Down

0 comments on commit 53e04e6

Please sign in to comment.