From de7928e2e3d3fa705966598395188a87ac2c94b6 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Thu, 19 Mar 2015 17:48:46 +0200 Subject: [PATCH] MT#11147 Remove test hardcodes Change-Id: I2663e8b5174bc327a1a4591a6618a8e624c5a62f --- lib/NGCP/Panel/Utils/Test/Collection.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Utils/Test/Collection.pm b/lib/NGCP/Panel/Utils/Test/Collection.pm index 464b300e56..3dc3a2b260 100644 --- a/lib/NGCP/Panel/Utils/Test/Collection.pm +++ b/lib/NGCP/Panel/Utils/Test/Collection.pm @@ -21,7 +21,7 @@ has 'ua' => ( has 'base_uri' => ( is => 'ro', isa => 'Str', - default => 'https://192.168.56.7:1444' || $ENV{CATALYST_SERVER} || ('https://'.hostfqdn.':4443'), + default => $ENV{CATALYST_SERVER} || ('https://'.hostfqdn.':4443'), ); has 'name' => ( is => 'rw',