Prototype implementation of expiry_threshold, with POD
[catagits/Catalyst-Plugin-Session.git] / t / 01_setup.t
index 6ade1d4..a75ea93 100644 (file)
@@ -65,7 +65,7 @@ is( $calls, 0, "no fatal error logged either" );
 
 cmp_deeply(
     [ keys %{ $config{'Plugin::Session'} } ],
-    bag(qw/expires verify_address verify_user_agent/),
+    bag(qw/expires verify_address verify_user_agent expiry_threshold/),
     "default values for config were populated in successful setup",
 );