From ca9be55a98c094e8026a4003a099573dd4137050 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 2 Sep 2025 16:13:22 +0100 Subject: Store utsname details in the host's detail field --- test/test-ingest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-ingest.cpp') diff --git a/test/test-ingest.cpp b/test/test-ingest.cpp index fb35915..5f29806 100644 --- a/test/test-ingest.cpp +++ b/test/test-ingest.cpp @@ -178,6 +178,6 @@ BOOST_DATA_TEST_CASE(StoreLogLine, }), line) { - WebStat::Ingestor {"test-hostname", std::make_shared("webstat")}.ingestLogLine( + WebStat::Ingestor {WebStat::getTestUtsName("test-hostname"), std::make_shared("webstat")}.ingestLogLine( DB::MockDatabase::openConnectionTo("webstat").get(), line); } -- cgit v1.2.3