mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-07 17:05:41 +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)):
|
||||
return true
|
||||
else:
|
||||
echo "RESPONSE STATUS = [", resp.status, "]"
|
||||
echo "RESPONSE = [", bytesToString(resp.data), "]"
|
||||
return false
|
||||
|
||||
proc testConnectionManagement(address: TransportAddress): Future[bool] {.
|
||||
|
Loading…
x
Reference in New Issue
Block a user