From 1d4cabc91a55db26aad680a44740d32119fc0746 Mon Sep 17 00:00:00 2001 From: Melissa Kilby Date: Tue, 12 Dec 2023 16:17:37 +0000 Subject: [PATCH] cleanup(libsinsp/test): adjust sinsp_dns_manager test Signed-off-by: Melissa Kilby --- userspace/libsinsp/test/dns_manager.ut.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/userspace/libsinsp/test/dns_manager.ut.cpp b/userspace/libsinsp/test/dns_manager.ut.cpp index 207e0bd909..664657a0fd 100644 --- a/userspace/libsinsp/test/dns_manager.ut.cpp +++ b/userspace/libsinsp/test/dns_manager.ut.cpp @@ -17,11 +17,10 @@ limitations under the License. */ #if defined(HAS_CAPTURE) && !defined(CYGWING_AGENT) && !defined(_WIN32) && !defined(__EMSCRIPTEN__) -#include "sinsp_with_test_input.h" #include #include -TEST_F(sinsp_with_test_input, simple_dns_manager_invocation) +TEST(sinsp_dns_manager, simple_dns_manager_invocation) { // Simple dummy test to assert that sinsp_dns_manager is invocated correctly // and not leaking memory