Skip to content

Commit

Permalink
add test capability
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Nov 18, 2024
1 parent 3fdffa8 commit c80fb12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contract-tests/client-contract-tests/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ int main(int argc, char* argv[]) {
srv.add_capability("tls:verify-peer");
srv.add_capability("tls:skip-verify-peer");
srv.add_capability("tls:custom-ca");

srv.add_capability("http-proxy");

net::signal_set signals{ioc, SIGINT, SIGTERM};

boost::asio::spawn(ioc.get_executor(), [&](auto yield) mutable {
Expand Down

0 comments on commit c80fb12

Please sign in to comment.