TT#64605 api-subscriberregistrations.t: adjust conf path

* to make it docker friendly, ngcp_panel.conf is used
      first in the files list

Change-Id: Iddf5e666c41ec7256db6aef4edeed7f2054084ef
changes/30/32430/1
Kirill Solomko 6 years ago
parent 73dd45c93a
commit c82299257f

@ -11,7 +11,7 @@ use NGCP::Panel::Utils::DateTime;
use Config::General;
my $catalyst_config;
my $panel_config;
for my $path(qw#/etc/ngcp-panel/ngcp_panel.conf etc/ngcp_panel.conf ngcp_panel.conf#) {
for my $path(qw#ngcp_panel.conf /etc/ngcp-panel/ngcp_panel.conf#) {
if(-f $path) {
$panel_config = $path;
last;

Loading…
Cancel
Save