Update to correct behavior when using the new 'Plugin::Authentication'
[catagits/Catalyst-Plugin-Authentication.git] / t / lib / AuthTestApp.pm
index c8a92e8..1c43cd1 100644 (file)
@@ -52,7 +52,7 @@ sub moose : Local {
        $c->res->body( "ok" );
 }
 
-__PACKAGE__->config->{authentication}{users} = $users = {
+__PACKAGE__->config->{'Plugin::Authentication'}{users} = $users = {
        foo => {
                password => "s3cr3t",
        },