generated from Sithas/conan_template
3/3 теста покрыты фикстурами
This commit is contained in:
@@ -50,8 +50,8 @@ public:
|
||||
}
|
||||
catch (const system::system_error& err)
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(info) << "POST /api/v1/Auth/Login - Response 500: Cannot deserialize json";
|
||||
throw session_exception(http::status::internal_server_error, "Cannot deserialize json");
|
||||
BOOST_LOG_TRIVIAL(info) << "POST /api/v1/Auth/Login - Response 400: Cannot deserialize json";
|
||||
throw session_exception(http::status::bad_request, "Cannot deserialize json");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user