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_Billing.t

11 lines
234 B

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