summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/013remote_ip.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/013remote_ip.t b/t/013remote_ip.t
index 1cc832a9b..4bba7c95e 100644
--- a/t/013remote_ip.t
+++ b/t/013remote_ip.t
@@ -13,6 +13,7 @@ use Bugzilla;
use Bugzilla::Util qw(remote_ip);
my $params = Bugzilla->params;
+local Bugzilla->localconfig->{param_override}{inbound_proxies} = undef;
{
local $params->{inbound_proxies} = '10.0.0.1,10.0.0.2';