Change config key in tests
[catagits/Catalyst-Plugin-Cache.git] / t / basic.t
index 5a873a9..a356a94 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -20,7 +20,7 @@ use Catalyst::Plugin::Cache::Backend::Memory;
     ### the previous code simply ignored a croak
     ### this is still in line with the documentation.
     my %config = (
-        cache   => { 
+        'Plugin::Cache' => { 
             backend => { 
                 class   => 'Catalyst::Plugin::Cache::Backend::Memory',
             }