summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/http/server_sent_event_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http/server_sent_event_test.cpp b/test/http/server_sent_event_test.cpp
index 3e740cb525..74007797ef 100644
--- a/test/http/server_sent_event_test.cpp
+++ b/test/http/server_sent_event_test.cpp
@@ -34,7 +34,7 @@ TEST(ServerSentEvent, SseWorks)
std::shared_ptr<ConnectionImpl<boost::beast::test::stream>> conn =
std::make_shared<ConnectionImpl<boost::beast::test::stream>>(
- io, std::move(stream), openHandler, closeHandler);
+ std::move(stream), openHandler, closeHandler);
conn->start();
// Connect
{