Change config key in tests
[catagits/Catalyst-Plugin-Cache.git] / t / key_regexes.t
index 1084f5b..4c19c33 100644 (file)
@@ -15,7 +15,7 @@ use Catalyst::Plugin::Cache::Backend::Memory;
     use base qw/Catalyst::Plugin::Cache Catalyst::Plugin::Cache::Choose::KeyRegexes/;
 
     our %config = (
-        cache => {
+        'Plugin::Cache' => {
             key_regexes => [
                 qr/^foo/ => "foo_store",
                 qr/^bar/ => "bar_store",