New test for credentials with detach.
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms_progressive.t
index f7131e5..2736f6e 100644 (file)
@@ -7,6 +7,7 @@ use lib 't/lib';
 use Catalyst::Test qw/AuthRealmTestAppProgressive/;
 
 ok(get("/progressive"), "get ok");
+ok(get("/progressive_detach"), "get ok");
 
 done_testing;