From 4be891bb22284f03b1f78ae7083cdf7c20425b77 Mon Sep 17 00:00:00 2001 From: Sylvain Cresto Date: Wed, 16 Jul 2025 16:09:23 +0200 Subject: [PATCH] Fix test --- tests/centreon/plugins/apps_redis_sentinel_parameters.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/centreon/plugins/apps_redis_sentinel_parameters.t b/tests/centreon/plugins/apps_redis_sentinel_parameters.t index b7c12cf7a..b1a4512a3 100644 --- a/tests/centreon/plugins/apps_redis_sentinel_parameters.t +++ b/tests/centreon/plugins/apps_redis_sentinel_parameters.t @@ -18,7 +18,7 @@ package main; use Test2::V0; use FindBin; -use lib "$FindBin::RealBin/../../../../src"; +use lib "$FindBin::RealBin/../../../src"; use apps::redis::sentinel::mode::listclusters; use apps::redis::sentinel::custom::cli;