diff --git a/tests/automatic/curl_http_client/curl_http_client_command/CMakeLists.txt b/tests/automatic/curl_http_client/curl_http_client_command/CMakeLists.txt index 563c922fbf99eac7b07469f788c08bfc0861e3f1..ac6b68f34676797c8db40c2740a998e8b9284425 100644 --- a/tests/automatic/curl_http_client/curl_http_client_command/CMakeLists.txt +++ b/tests/automatic/curl_http_client/curl_http_client_command/CMakeLists.txt @@ -19,9 +19,9 @@ target_link_libraries(${TARGET_NAME} test_common asapo-worker) ################################ #add_test_setup_cleanup(${TARGET_NAME}) -add_integration_test(${TARGET_NAME} get_httpbin "GET http://httpbin.org Redirecting 301") +add_integration_test(${TARGET_NAME} get_httpbin "GET http://httpbin.org body 200") add_integration_test(${TARGET_NAME} get_badaddress "GET google.com/badaddress found 404") add_integration_test(${TARGET_NAME} get_badaddress2 "GET 111 clienterror 404") -add_integration_test(${TARGET_NAME} post "POST http://httpbin.org/post Redirecting 301") +add_integration_test(${TARGET_NAME} post "POST http://httpbin.org/post data 200") add_integration_test(${TARGET_NAME} post_badaddress "POST google.com/badaddress found 404") add_integration_test(${TARGET_NAME} post_badaddress2 "POST 111 clienterror 404") \ No newline at end of file