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 384973e8a4b964388508d1b328f45bc82784c6de..8d8de34465fe9fb3ecb05e4e42e05d7023f8154e 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,7 +19,7 @@ target_link_libraries(${TARGET_NAME} test_common asapo-worker)
 ################################
 
 #add_test_setup_cleanup(${TARGET_NAME})
-add_integration_test(${TARGET_NAME}  get_google "GET google.com moved 301")
+add_integration_test(${TARGET_NAME}  get_httpbin "GET 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 httpbin.org/post testdata 200")