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

This reverts commit c82299257f.

Change-Id: Iddf5e666c41ec7256db6aef4edeed7f2054084ed
changes/46/32746/1
Kirill Solomko 6 years ago
parent 34be39837e
commit 2683600549

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

Loading…
Cancel
Save