We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f098928 commit f44e08fCopy full SHA for f44e08f
t/register.t
@@ -11,7 +11,7 @@ my $t = Test::Mojo->new(Mojolicious->new);
11
delete $t->app->log->{$_} for qw(path handle);
12
$t->app->plugin(AssetPack => {helper => 'foo', pipes => ['Css']});
13
isa_ok $t->app->foo, 'Mojolicious::Plugin::AssetPack';
14
-is $t->app->foo->ua->server->app, $t->app, 'app';
+is $t->app->foo->ua->server->app, $t->app, 'app';
15
is $t->app->foo->ua->proxy->http, 'example.com', 'proxy http';
16
17
$t->app->foo->process('x.css' => 'a.css');
0 commit comments