Bug 23211: Prevent SIP/Transaction.t to fail randomly
[koha-equinox.git] / t / db_dependent / SIP / Transaction.t
index 0e78505..076fb29 100755 (executable)
@@ -34,7 +34,7 @@ subtest fill_holds_at_checkout => sub {
     plan tests => 6;
 
 
-    my $category = $builder->build({ source => 'Category' });
+    my $category = $builder->build({ source => 'Category', value => { category_type => 'A' }});
     my $branch   = $builder->build({ source => 'Branch' });
     my $borrower = $builder->build({ source => 'Borrower', value =>{
         branchcode => $branch->{branchcode},