Skip to content

Commit ac643db

Browse files
author
Sebastiano Merlino
committed
Fix failing test
1 parent b044530 commit ac643db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integ/basic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class header_test_resource : public http_resource
7474
{
7575
http_response_builder hrb("OK", 200, "text/plain");
7676
hrb.with_header("KEY", "VALUE");
77-
return http_response(hrb.string_response();
77+
return hrb.string_response();
7878
}
7979
};
8080

0 commit comments

Comments
 (0)