Skip to content

Commit 00daa0f

Browse files
committed
Clean up from comment on PR #2736
1 parent b3ee29d commit 00daa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/providers/test_async_http_provider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_init_kwargs():
4646

4747

4848
def test_web3_with_async_http_provider_has_default_middlewares_and_modules() -> None:
49-
async_w3 = Web3(AsyncHTTPProvider(endpoint_uri="http://mynode.local:8545"))
49+
async_w3 = Web3(AsyncHTTPProvider(endpoint_uri=URI))
5050

5151
# assert default modules
5252

0 commit comments

Comments
 (0)