@@ -, +, @@ --- t/db_dependent/Circulation/GetHardDueDate.t | 2 -- t/db_dependent/Circulation/OfflineOperation.t | 1 - t/db_dependent/RotatingCollections.t | 1 - t/db_dependent/api/v1/libraries.t | 1 - 4 files changed, 5 deletions(-) --- a/t/db_dependent/Circulation/GetHardDueDate.t +++ a/t/db_dependent/Circulation/GetHardDueDate.t @@ -53,7 +53,6 @@ my $samplebranch1 = { branchemail => 'sample email', branchurl => 'sample url', branchip => 'sample ip', - opac_info => 'sample opac', }; my $samplebranch2 = { branchcode => 'SAB2', @@ -70,7 +69,6 @@ my $samplebranch2 = { branchemail => 'sample email2', branchurl => 'sample url2', branchip => 'sample ip2', - opac_info => 'sample opac2', }; Koha::Library->new($samplebranch1)->store; Koha::Library->new($samplebranch2)->store; --- a/t/db_dependent/Circulation/OfflineOperation.t +++ a/t/db_dependent/Circulation/OfflineOperation.t @@ -48,7 +48,6 @@ my $samplebranch1 = { branchemail => 'sample email', branchurl => 'sample url', branchip => 'sample ip', - opac_info => 'sample opac', }; Koha::Library->new($samplebranch1)->store; --- a/t/db_dependent/RotatingCollections.t +++ a/t/db_dependent/RotatingCollections.t @@ -191,7 +191,6 @@ my $samplebranch = { branchurl => 'sample url', branchip => 'sample ip', branchnotes => 'sample note', - opac_info => 'sample opac', }; Koha::Library->new($samplebranch)->store; my ( $transferred, $messages ) = TransferCollection( $collection_id1, $samplebranch->{branchcode} ); --- a/t/db_dependent/api/v1/libraries.t +++ a/t/db_dependent/api/v1/libraries.t @@ -83,7 +83,6 @@ subtest 'list() tests' => sub { url => 'branchurl', ip => 'branchip', notes => 'branchnotes', - opac_info => 'opac_info', }; my $size = keys %{$fields}; --