Commit c8c0d00d authored by knowledge4igor's avatar knowledge4igor

Build fix

parent 358bffdf
......@@ -108,7 +108,7 @@ TEST(http_client_test, multiple_clients_with_one_request) {
client3.init();
std::vector<Async::Promise<Http::Response>> responses;
std::atomic<int> response_counter = 0;
std::atomic<int> response_counter(0);
auto rb1 = client1.get(address);
auto response1 = rb1.send();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment