View | Details | Raw Unified | Return to bug 29857
Collapse All | Expand All

(-)a/t/db_dependent/api/v1/transfer_limits.t (-2 / +1 lines)
Lines 113-119 subtest 'add() tests' => sub { Link Here
113
      ->status_is( 409, 'Conflict creating the resource' )
113
      ->status_is( 409, 'Conflict creating the resource' )
114
      ->json_is(
114
      ->json_is(
115
        {
115
        {
116
            error => "[A transfer limit with the given parameters already exists!]"
116
            error => qq{Exception 'Koha::Exceptions::TransferLimit::Duplicate' thrown 'A transfer limit with the given parameters already exists!'\n}
117
        }
117
        }
118
      );
118
      );
119
119
120
- 

Return to bug 29857