File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ components_manager:
6060
6161 http-client :
6262 load-enabled : $is_testing
63+ http-client-core :
64+ load-enabled : $is_testing
6365 fs-task-processor : fs-task-processor
6466
6567 dns-client :
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ int main(int argc, char* argv[]) {
4545 .Append <userver::components::TestsuiteSupport>()
4646 .Append <real_medium::cache::articles_cache::ArticlesCache>()
4747 .Append <real_medium::cache::comments_cache::CommentsCache>()
48+ .Append <userver::components::HttpClientCore>()
4849 .Append <userver::components::HttpClient>()
4950 .Append <userver::components::Postgres>(" realmedium-database" )
5051 .Append <userver::clients::dns::Component>() // real_medium::handlers::users_login::post
You can’t perform that action at this time.
0 commit comments