Correct test default token task in unit test

This commit is contained in:
nolash
2021-10-09 15:06:21 +02:00
parent 1e65ea8511
commit 66f94ae694

View File

@@ -10,7 +10,7 @@ def test_default_token(
):
s = celery.signature(
'cic_eth.admin.token.default_token',
'cic_eth.eth.erc20.default_token',
[],
queue=None,
)