Skip to content
Snippets Groups Projects
Commit 59c6bacc authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

Fix test for mac os

parent d1c11a67
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ database_name=test_run
#just test that it starts, no reciever is running
$@ 0.0.0.0 1 1 2>&1 | grep "refused"
$@ 0.0.0.0 1 1 2>&1 | grep "Failed to connect"
......@@ -44,7 +44,7 @@ class MockReqestHandler : public hidra2::RequestHandler {
return Error{ProcessRequest_t(request)};
}
StatisticEntity GetStatisticEntity() const {
StatisticEntity GetStatisticEntity() const override {
return StatisticEntity::kDisk;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment