generated from Sithas/conan_template
Починка тестов
This commit is contained in:
Vendored
+1
-1
@@ -12,7 +12,7 @@ using namespace std;
|
||||
namespace uad
|
||||
{
|
||||
AuthFixture::AuthFixture() :
|
||||
kUUID(std::to_string(uad::Random())),
|
||||
uuid(std::to_string(uad::Random())),
|
||||
argv(boost::unit_test::framework::master_test_suite().argv),
|
||||
mysql_credentials(argv[1]),
|
||||
mysql_session(new mysqlx::Session(mysql_credentials)),
|
||||
|
||||
Vendored
+1
-1
@@ -20,7 +20,7 @@ public:
|
||||
boost::beast::http::string_body>;
|
||||
using Request = boost::beast::http::request<boost::beast::http::string_body,
|
||||
boost::beast::http::basic_fields<std::allocator<char>>>;
|
||||
const std::string kUUID;
|
||||
const std::string uuid;
|
||||
char** argv;
|
||||
|
||||
const std::string mysql_credentials;
|
||||
|
||||
Reference in New Issue
Block a user