Made authorization optional

Change-Id: Ib86f47d05136bc806a3f4ccde5e567a387528804
diff --git a/t/remote_user.t b/t/remote_user.t
index d8a0450..d90fec1 100644
--- a/t/remote_user.t
+++ b/t/remote_user.t
@@ -8,6 +8,8 @@
 
 my $t = Test::Mojo->new('Kalamar');
 
+$t->app->defaults(auth_support => 1);
+
 $t->get_ok('/?q=Baum')
   ->status_is(200)
   ->text_like('h1 span', qr/KorAP: Find .Baum./i)