Files
@ 3edb29cfca8e
Branch filter:
Location: kallithea/dev_requirements.txt - annotation
3edb29cfca8e
222 B
text/plain
tests: always pass username as cur_user
Passing a whole User wouldn't work if actually using celery and thus
serializing the parameters. The test scenario was thus different from actual
runtime.
Passing a whole User wouldn't work if actually using celery and thus
serializing the parameters. The test scenario was thus different from actual
runtime.