mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Improve readability of failed tests
This commit is contained in:
parent
5a97307a2f
commit
ee124f5c82
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ def request(
|
|||
|
||||
func = session.request
|
||||
|
||||
logger.debug("=" * 20)
|
||||
logger.debug(f"{method} {url}")
|
||||
logger.debug(kwargs.get("headers", {}))
|
||||
logger.debug(kwargs.get("data", None))
|
||||
|
|
|
|||
Loading…
Reference in a new issue