commit | 7d75ee3ea0f12789c912b0db5fd2961001f77d61 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue May 02 13:42:41 2017 +0200 |
committer | Akron <nils@diewald-online.de> | Tue May 02 13:42:41 2017 +0200 |
tree | f6effa318b56d19ac816396ff4b48ea6f0c687e8 | |
parent | ccede025e8505a0c7a4a08f7d29b17f6f6a7d9b3 [diff] [blame] |
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)