We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ee29d commit 00daa0fCopy full SHA for 00daa0f
tests/core/providers/test_async_http_provider.py
@@ -46,7 +46,7 @@ def test_init_kwargs():
46
47
48
def test_web3_with_async_http_provider_has_default_middlewares_and_modules() -> None:
49
- async_w3 = Web3(AsyncHTTPProvider(endpoint_uri="http://mynode.local:8545"))
+ async_w3 = Web3(AsyncHTTPProvider(endpoint_uri=URI))
50
51
# assert default modules
52
0 commit comments