Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/integration/test_integration_ip_asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
if not web3.is_connected():
raise Exception("Failed to connect to Web3 provider")

print("web3 was successfully connected to story url")

# Set up the account with the private key
account = web3.eth.account.from_key(private_key)

@pytest.fixture(scope="module")
Expand Down