Bug 16320: [QA Follow-up] Fix borrower attribute test in ILSDI_Services
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 28 Apr 2016 06:57:05 +0000 (08:57 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 29 Apr 2016 16:02:53 +0000 (16:02 +0000)
Since bug 12267 removed the password option, this test should be
adjusted.

Test plan:
Run the test.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/ILSDI_Services.t

index 361e7ba..b58ebe9 100644 (file)
@@ -162,7 +162,6 @@ subtest 'GetPatronInfo/GetBorrowerAttributes test for extended patron attributes
             borrowernumber => $brwr->{'borrowernumber'},
             code           => $attr_type->{'code'},
             attribute      => '1337',
-            password       => undef,
         }
     } );
 
@@ -181,7 +180,6 @@ subtest 'GetPatronInfo/GetBorrowerAttributes test for extended patron attributes
         code              => $attr->{'code'},
         description       => $attr_type->{'description'},
         display_checkout  => $attr_type->{'display_checkout'},
-        password          => undef,
         value             => $attr->{'attribute'},
         value_description => undef,
     };