Bugzilla – Attachment 131291 Details for
Bug 29857
We must stringify our exceptions correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29857: (follow-up) Fix t/db_dependent/api/v1/transfer_limits.t
Bug-29857-follow-up-Fix-tdbdependentapiv1transferl.patch (text/plain), 979 bytes, created by
Fridolin Somers
on 2022-03-02 18:31:16 UTC
(
hide
)
Description:
Bug 29857: (follow-up) Fix t/db_dependent/api/v1/transfer_limits.t
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-03-02 18:31:16 UTC
Size:
979 bytes
patch
obsolete
>From be74dd2edfc3d5ff1e266cc94e3219c30c827290 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 2 Mar 2022 08:21:40 -1000 >Subject: [PATCH] Bug 29857: (follow-up) Fix > t/db_dependent/api/v1/transfer_limits.t > >--- > t/db_dependent/api/v1/transfer_limits.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/api/v1/transfer_limits.t b/t/db_dependent/api/v1/transfer_limits.t >index 6e05c4e1a5..0862d1e0ca 100755 >--- a/t/db_dependent/api/v1/transfer_limits.t >+++ b/t/db_dependent/api/v1/transfer_limits.t >@@ -113,7 +113,7 @@ subtest 'add() tests' => sub { > ->status_is( 409, 'Conflict creating the resource' ) > ->json_is( > { >- error => "[A transfer limit with the given parameters already exists!]" >+ error => qq{Exception 'Koha::Exceptions::TransferLimit::Duplicate' thrown 'A transfer limit with the given parameters already exists!'\n} > } > ); > >-- >2.35.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29857
:
129329
|
129330
|
130007
|
130008
|
130009
|
130010
|
130011
|
130012
|
130013
|
130014
|
130015
|
130156
|
130157
|
130158
|
130355
|
131112
|
131113
|
131114
|
131115
|
131116
|
131117
|
131232
|
131240
|
131241
|
131242
|
131243
|
131244
|
131256
|
131258
|
131287
|
131288
|
131289
|
131290
| 131291