Eliminates authorized_only (deprecation in Kustvakt v1.1)

Change-Id: I58de8df24ab74c379946bd7c14a07223f5443b46
diff --git a/t/server/mock.pl b/t/server/mock.pl
index 134fb97..fd64d15 100644
--- a/t/server/mock.pl
+++ b/t/server/mock.pl
@@ -728,9 +728,7 @@
   my $v = $c->validation;
   $v->required('super_client_id');
   $v->required('super_client_secret');
-
-  $v->optional('filter_by' );
-  $v->optional('authorized_only' );
+  $v->optional('filter_by');
 
   if ($v->has_error) {
     return $c->render(