Bug 18936: (QA follow-up) Fix failing test
Using categorycode as a scope is not possible for any of these rules so lets remove it. Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
dde8ea09fc
commit
3e580599f0
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ subtest 'pickup_locations' => sub {
|
||||||
{
|
{
|
||||||
branchcode => undef,
|
branchcode => undef,
|
||||||
itemtype => undef,
|
itemtype => undef,
|
||||||
categorycode => undef,
|
|
||||||
rules => {
|
rules => {
|
||||||
holdallowed => 2,
|
holdallowed => 2,
|
||||||
hold_fulfillment_policy => 'any',
|
hold_fulfillment_policy => 'any',
|
||||||
|
|
Loading…
Reference in a new issue