Bug 20563: (QA follow-up) Fix number of tests in api/v1/illrequests.t
[koha.git] / t / db_dependent / api / v1 / illrequests.t
index bc990ee..a002881 100644 (file)
@@ -40,7 +40,7 @@ my $t              = Test::Mojo->new('Koha::REST::V1');
 
 subtest 'list() tests' => sub {
 
-    plan tests => 20;
+    plan tests => 21;
 
     # Mock ILLBackend (as object)
     my $backend = Test::MockObject->new;