Files
@ 3edb29cfca8e
Branch filter:
Location: kallithea/conftest.py
3edb29cfca8e
2.0 KiB
text/x-python
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.