Skip to content

Commit

Permalink
check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Oct 6, 2023
1 parent 0ca63f5 commit 2927827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixtures/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def web3_provider_integration():
},
)

print(response.text)
port = response.json()['data']['port']

yield Web3(FallbackProvider([f'http://0.0.0.0:{port}/'], request_kwargs={'timeout': 3600}))
Expand Down

0 comments on commit 2927827

Please sign in to comment.