diff --git a/exes/themis/tests/themis_integration_test.cpp b/exes/themis/tests/themis_integration_test.cpp index 62488d2bb9..56f4dfd3e2 100644 --- a/exes/themis/tests/themis_integration_test.cpp +++ b/exes/themis/tests/themis_integration_test.cpp @@ -369,7 +369,7 @@ int main(int argc, char** argv) { test_setup_s s; auto vec = s.db.list_alarms(); auto json = glz::write_json(vec); - expect(json == "[]") << json; + expect(json == "[]") << json.value_or(""); }; return 0; }