diff options
author | Dylan William Hardison <dylan@hardison.net> | 2015-10-31 02:03:58 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2015-10-31 02:06:57 +0100 |
commit | 5852295860d51040f69bbaf957cc8ed6bfd7358b (patch) | |
tree | a0781afa608c45912a97c1b2ac3b75e0d8659f2b /t | |
parent | f03cb21e297f73fcfca9740ff8e2c525a745d7ad (diff) | |
download | bugzilla-5852295860d51040f69bbaf957cc8ed6bfd7358b.tar.gz bugzilla-5852295860d51040f69bbaf957cc8ed6bfd7358b.tar.xz |
Bug 1218457 - Allow localconfig to override (force) certain data/params values
Diffstat (limited to 't')
-rw-r--r-- | t/013remote_ip.t | 1 |
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'; |