Skip to content

Commit

Permalink
fix URL in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed May 11, 2017
1 parent dc465ab commit f8ee930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/server/controller/packages.t
Expand Up @@ -14,7 +14,7 @@ test_psgi app, sub {

{
my $module_name = 'CPAN::Test::Dummy::Perl5::VersionBump';
ok( my $res = $cb->( GET "/packages/$module_name" ),
ok( my $res = $cb->( GET "/package/$module_name" ),
"GET $module_name" );
is( $res->code, 200, '200 OK' );

Expand Down

0 comments on commit f8ee930

Please sign in to comment.