mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
@@ -49,7 +49,8 @@ struct ng_ErrorHandlingTests : NoLoggerFixture {
|
||||
{
|
||||
if (isHttp)
|
||||
return Request{http::request<http::string_body>{http::verb::post, "/", 11, body.value_or("")}};
|
||||
return Request{body.value_or(""), Request::HttpHeaders{}};
|
||||
static Request::HttpHeaders const headers_;
|
||||
return Request{body.value_or(""), headers_};
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user