Skip to content

Commit

Permalink
cleanup(libsinsp/test): adjust sinsp_dns_manager test
Browse files Browse the repository at this point in the history
Signed-off-by: Melissa Kilby <[email protected]>
  • Loading branch information
incertum authored and poiana committed Dec 12, 2023
1 parent c8d86ff commit 1d4cabc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions userspace/libsinsp/test/dns_manager.ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dns_manager.h>
#include <gtest/gtest.h>

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
Expand Down

0 comments on commit 1d4cabc

Please sign in to comment.