providers/proxy: fix provider requiring a certificate to be selected

This commit is contained in:
Jens Langhammer
2020-09-14 17:37:06 +02:00
parent 501683e3cb
commit ae6304c05e
4 changed files with 29 additions and 4 deletions

View File

@ -1,7 +1,7 @@
all: lint-fix lint coverage gen
coverage:
coverage run --concurrency=multiprocessing manage.py test --failfast
coverage run --concurrency=multiprocessing manage.py test --failfast -v 3
coverage combine
coverage html
coverage report