Changing authentication config to support Plugin::Authentication
[catagits/Catalyst-Plugin-Authentication.git] / t / lib / AuthRealmTestApp.pm
index 9467275..36cb291 100644 (file)
@@ -84,7 +84,7 @@ sub moose : Local {
        $c->res->body( "ok" );
 }
 
-__PACKAGE__->config->{authentication} = {  
+__PACKAGE__->config->{'Plugin::Authentication'} = {  
     default_realm => 'members',
     realms => {
         members => {