X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbasic.t;h=dd1b277e919f3e6fa3cf0094ade49492914f5179;hb=4332afab97ea8e5e0f92bad849d69c273fbc2086;hp=3164863a403fb5cdaf0425a857c4e84dd69106c2;hpb=8140cf335f936968acd96871cbc2c26b39e71d7f;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git diff --git a/t/basic.t b/t/basic.t index 3164863..dd1b277 100644 --- a/t/basic.t +++ b/t/basic.t @@ -43,7 +43,7 @@ $tk->mock( my $store = Test::MockObject->new; $store->mock( get_user => - sub { shift; Catalyst::Plugin::Authentication::User::Hash->new(@_) } ); + sub { shift; Catalyst::Plugin::Authentication::User::Hash->new($_[2]) } ); my $c = Test::MockObject::Extends->new($m); $c->set_always( config => {} );