[ITC][http][Non-ACR][Change the test URL for HTTP POST] 48/258348/1
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 13 May 2021 02:30:19 +0000 (11:30 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 14 May 2021 01:58:55 +0000 (10:58 +0900)
Change-Id: I4466139c60ffe53f8d2a5958a06522d4ec5eb419

src/itc/http/ITs-http-transaction.c

index 3cf0cfe782be3d6d25f84a16a22c6641856a26a9..fbc759637bdda68326172edbfbc0e3ee7c5da398 100755 (executable)
@@ -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);