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
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

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,
)