summaryrefslogtreecommitdiff
path: root/src/kvm_websocket_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvm_websocket_test.cpp')
-rw-r--r--src/kvm_websocket_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvm_websocket_test.cpp b/src/kvm_websocket_test.cpp
index 1ddaad9b35..40470a9212 100644
--- a/src/kvm_websocket_test.cpp
+++ b/src/kvm_websocket_test.cpp
@@ -24,7 +24,7 @@ TEST(Kvm, BasicRfb)
BMCWEB_ROUTE(app, "/")([]() { return boost::beast::http::status::ok; });
auto _ = async(std::launch::async, [&] { app.run(); });
auto routes = app.getRoutes();
- asio::io_service is;
+ asio::io_context is;
{
// Retry a couple of times waiting for the server to come up