Change configuration key to 'Plugin::Static::Simple' by default.
[catagits/Catalyst-Plugin-Static-Simple.git] / t / 07mime_types.t
index 4652494..e9276b0 100644 (file)
@@ -10,7 +10,7 @@ use Test::More tests => 4;
 use Catalyst::Test 'TestApp';\r
 \r
 # test custom MIME types\r
-TestApp->config->{static}->{mime_types} = {\r
+TestApp->config->{'Plugin::Static::Simple'}->{mime_types} = {\r
     omg => 'holy/crap',\r
     gif => 'patents/are-evil',\r
 };\r