Add default token test
This commit is contained in:
parent
4f8995fe46
commit
a5608fcd98
19
apps/cic-eth/tests/task/api/test_app_noncritical.py
Normal file
19
apps/cic-eth/tests/task/api/test_app_noncritical.py
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# local imports
|
||||||
|
from cic_eth.api.api_task import Api
|
||||||
|
from cic_eth.task import BaseTask
|
||||||
|
|
||||||
|
def test_default_token(
|
||||||
|
default_chain_spec,
|
||||||
|
foo_token,
|
||||||
|
default_token,
|
||||||
|
token_registry,
|
||||||
|
register_tokens,
|
||||||
|
register_lookups,
|
||||||
|
cic_registry,
|
||||||
|
celery_worker,
|
||||||
|
):
|
||||||
|
|
||||||
|
api = Api(str(default_chain_spec), queue=None)
|
||||||
|
t = api.default_token()
|
||||||
|
r = t.get_leaf()
|
||||||
|
assert r['address'] == foo_token
|
Loading…
Reference in New Issue
Block a user