X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Fdb_dependent%2Fapi%2Fv1%2Fstockrotationstage.t;h=23da8ebbd0701499fda402c5c5e4df2044643123;hb=a9248f237d9de916e504d59e6490c7f84e9eb763;hp=c76e9b18915ed24ee5031c721234f08f937cc894;hpb=b8d425ac35eca05a5a3217b1678dfccc25aa3c26;p=koha.git diff --git a/t/db_dependent/api/v1/stockrotationstage.t b/t/db_dependent/api/v1/stockrotationstage.t index c76e9b1891..23da8ebbd0 100644 --- a/t/db_dependent/api/v1/stockrotationstage.t +++ b/t/db_dependent/api/v1/stockrotationstage.t @@ -139,7 +139,7 @@ subtest 'move() tests' => sub { sub create_user_and_session { my $args = shift; - my $flags = ( $args->{authorized} ) ? $args->{authorized} : 0; + my $flags = ( $args->{authorized} ) ? 2 ** 24 : 0; # stockrotation == 24 my $dbh = C4::Context->dbh; my $user = $builder->build(