source: trunk/LATMOS-Accounts-Web/t/controller_Remote-Listing.t @ 2115

Last change on this file since 2115 was 2025, checked in by nanardon, 7 years ago

Fix test

File size: 244 bytes
Line 
1use strict;
2use warnings;
3use Test::More;
4
5
6use Catalyst::Test 'LATMOS::Accounts::Web';
7use LATMOS::Accounts::Web::Controller::Remote::Listing;
8
9ok( request('/remote/listing?otype=user')->is_success, 'Request should succeed' );
10done_testing();
Note: See TracBrowser for help on using the repository browser.