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…
Reference in New Issue