Correct Auth/Session test
[catagits/Catalyst-Plugin-Authentication.git] / t / lib / AuthSessionTestApp.pm
index 4bc8de4..66f2480 100644 (file)
@@ -46,7 +46,7 @@ sub elk : Local {
 sub fluffy_bunny : Local {
        my ( $self, $c ) = @_;
 
-       ok( !$c->sessionid, "no session ID was restored");
+       ok( !$c->session_is_valid, "no session ID was restored");
        ok( !$c->user, "no user was restored");
 }