From: Seonah Moon Date: Thu, 13 May 2021 02:30:19 +0000 (+0900) Subject: [ITC][http][Non-ACR][Change the test URL for HTTP POST] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbf01512ad71fae30b4bf9d4ef24563bb715872c;p=test%2Ftct%2Fnative%2Fapi.git [ITC][http][Non-ACR][Change the test URL for HTTP POST] Change-Id: I4466139c60ffe53f8d2a5958a06522d4ec5eb419 --- diff --git a/src/itc/http/ITs-http-transaction.c b/src/itc/http/ITs-http-transaction.c index 3cf0cfe78..fbc759637 100755 --- a/src/itc/http/ITs-http-transaction.c +++ b/src/itc/http/ITs-http-transaction.c @@ -541,7 +541,7 @@ int ITc_http_transaction_set_uploaded_cb_p(void) PRINT_RESULT(HTTP_ERROR_NONE, nRet, "http_session_open_transaction", HttpGetError(nRet)); CHECK_HANDLE(transaction,"http_session_open_transaction"); - nRet = http_transaction_request_set_uri(transaction, "http://posttestserver.com/post.php"); + nRet = http_transaction_request_set_uri(transaction, "https://ptsv2.com/t/tizen/post"); PRINT_RESULT_CLEANUP(HTTP_ERROR_NONE, nRet, "http_transaction_request_set_uri", HttpGetError(nRet),http_transaction_destroy(transaction)); nRet = http_transaction_set_ready_to_write(transaction, TRUE);