You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/t/controller_Peering.t

11 lines
234 B

use strict;
use warnings;
use Test::More;
use Catalyst::Test 'NGCP::Panel';
use NGCP::Panel::Controller::Peering;
ok( request('/peering')->is_success || request('/peering')->is_redirect, 'Request should succeed' );
done_testing();