Another dev release for teh CPANZ. Errors are no longer fatal by default.
[catagits/Catalyst-Authentication-Credential-OpenID.git] / t / Consumer / lib / TestApp.pm
index 669b76c..6a13bf9 100644 (file)
@@ -41,13 +41,14 @@ __PACKAGE__->config
                           }
               },
               openid => {
+                  errors_are_fatal => 1,
                   # ua_class => "LWPx::ParanoidAgent",
                   ua_class => "LWP::UserAgent",
                   ua_args => {
                       whitelisted_hosts => [qw/ 127.0.0.1 localhost /],
                       timeout => 10,
                   },
-                  extension_args => [
+                  extensions => [
                       'http://openid.net/extensions/sreg/1.1',
                       {
                        required => 'email',