diff --git a/tests/integration/test_integration_ip_asset.py b/tests/integration/test_integration_ip_asset.py index 578305e..56e22d5 100644 --- a/tests/integration/test_integration_ip_asset.py +++ b/tests/integration/test_integration_ip_asset.py @@ -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")