Rehabilitate address translate test

This commit is contained in:
nolash
2021-03-22 20:10:20 +01:00
parent 0ab8675d19
commit 431ee11f4f
4 changed files with 41 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ def test_list_tx(
foo_token,
register_tokens,
init_eth_tester,
celery_worker,
celery_session_worker,
):
chain_id = default_chain_spec.chain_id()

View File

@@ -69,7 +69,7 @@ def test_register_account(
eth_empty_accounts,
custodial_roles,
call_sender,
celery_worker,
celery_session_worker,
):
s_nonce = celery.signature(
@@ -123,9 +123,9 @@ def test_register_account(
@pytest.mark.skip()
def test_role_task(
default_chain_spec,
init_database,
celery_session_worker,
default_chain_spec,
):
address = '0x' + os.urandom(20).hex()