mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-07 16:03:09 +00:00
Add more verbose information about failure in basic auth test. (#351)
This commit is contained in:
parent
3d532b6d4a
commit
8fcbe716b2
@ -701,6 +701,8 @@ suite "HTTP client testing suite":
|
|||||||
("Your browser made it!" in bytesToString(resp.data)):
|
("Your browser made it!" in bytesToString(resp.data)):
|
||||||
return true
|
return true
|
||||||
else:
|
else:
|
||||||
|
echo "RESPONSE STATUS = [", resp.status, "]"
|
||||||
|
echo "RESPONSE = [", bytesToString(resp.data), "]"
|
||||||
return false
|
return false
|
||||||
|
|
||||||
proc testConnectionManagement(address: TransportAddress): Future[bool] {.
|
proc testConnectionManagement(address: TransportAddress): Future[bool] {.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user