(no commit message)
[catagits/Catalyst-Authentication-Credential-HTTP.git] / t / live_app.t
index 770115d..519bf0c 100644 (file)
@@ -34,7 +34,7 @@ use HTTP::Request;
 
         $c->res->body( $c->user->id );
     }
-
+    __PACKAGE__->config->{authentication}{http}{type} = 'basic';
     __PACKAGE__->config->{authentication}{users} = $users = {
         foo => { password         => "s3cr3t", },
     };