Updated Ragger app client for domain names & sign APDUs
This commit is contained in:
@@ -5,8 +5,8 @@ from app.client import EthereumClient
|
||||
|
||||
# This final fixture will return the properly configured app client, to be used in tests
|
||||
@pytest.fixture
|
||||
def app_client(backend: BackendInterface) -> EthereumClient:
|
||||
return EthereumClient(backend)
|
||||
def app_client(backend: BackendInterface, golden_run: bool) -> EthereumClient:
|
||||
return EthereumClient(backend, golden_run)
|
||||
|
||||
# Pull all features from the base ragger conftest using the overridden configuration
|
||||
pytest_plugins = ("ragger.conftest.base_conftest", )
|
||||
|
||||
Reference in New Issue
Block a user