summaryrefslogtreecommitdiffstats
path: root/xt/webservice/product_get.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/webservice/product_get.t')
-rw-r--r--xt/webservice/product_get.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/webservice/product_get.t b/xt/webservice/product_get.t
index 101c109ef..a692a3cee 100644
--- a/xt/webservice/product_get.t
+++ b/xt/webservice/product_get.t
@@ -18,7 +18,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
-use lib "$RealBin/../lib";
+use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5";
use Test::More tests => 134;
use QA::Util;