From ca0a594193b56a3a2c4e9088709dfa246d92ac0a Mon Sep 17 00:00:00 2001 From: Sergey Yakubov <sergey.yakubov@desy.de> Date: Wed, 4 Jul 2018 17:08:01 +0200 Subject: [PATCH] fix curl tests --- .../curl_http_client/curl_http_client_command/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8d8de3446..563c922fb 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 httpbin.org body 200") +add_integration_test(${TARGET_NAME} get_httpbin "GET http://httpbin.org Redirecting 301") 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 httpbin.org/post testdata 200") +add_integration_test(${TARGET_NAME} post "POST http://httpbin.org/post Redirecting 301") 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 -- GitLab