Revert to multi-token task queue entry point for token api call

This commit is contained in:
nolash
2021-10-09 13:24:57 +02:00
parent 6098374a4e
commit 77fe41da4b
4 changed files with 73 additions and 91 deletions

View File

@@ -78,6 +78,7 @@ def test_tokens(
t = api.tokens(['FOO'], proof=[[bogus_proof]])
r = t.get()
logg.debug('r {}'.format(r))
time.sleep(0.1)
assert len(CallbackTask.errs[api_param]) == 1
assert CallbackTask.oks.get(api_param) == None