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