aboutsummaryrefslogtreecommitdiff
path: root/tests/httpclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/httpclient.c')
-rw-r--r--tests/httpclient.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/httpclient.c b/tests/httpclient.c
index 5180d13f..e167587e 100644
--- a/tests/httpclient.c
+++ b/tests/httpclient.c
@@ -71,7 +71,6 @@ TestMain("HTTP Client", {
nng_http_conn_read_res(http, res, aio);
nng_aio_wait(aio);
So(nng_aio_result(aio) == 0);
- printf("RESULT IS %d\n", nng_http_res_get_status(res));
So(nng_http_res_get_status(res) == 200);
Convey("The message contents are correct", {
@@ -107,4 +106,4 @@ TestMain("HTTP Client", {
});
});
});
-});
+})