Skip to content
Snippets Groups Projects
Commit b1c65781 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

Merge pull request #20 in ASAPO/asapo from fix_http_test to develop

* commit 'c26cbf50':
  fix http test
parents 4bd4265e c26cbf50
No related branches found
Tags 23.11.1
No related merge requests found
...@@ -19,7 +19,7 @@ target_link_libraries(${TARGET_NAME} test_common asapo-worker) ...@@ -19,7 +19,7 @@ target_link_libraries(${TARGET_NAME} test_common asapo-worker)
################################ ################################
#add_test_setup_cleanup(${TARGET_NAME}) #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_badaddress "GET google.com/badaddress found 404")
add_integration_test(${TARGET_NAME} get_badaddress2 "GET 111 clienterror 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 httpbin.org/post testdata 200")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment