https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34277
Lucas Gass <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Lucas Gass <[email protected]> --- Tests fail for me when I add a manual credit to a patron accout: # Failed test 'exact match for JSON Pointer ""' # at /kohadevbox/koha/t/db_dependent/api/v1/patrons_accounts.t line 510. # Structures begin differing at: # $got->[0] = HASH(0x56200b91c9c8) # $expected->[0] = Does not exist ok 4 - GET //aMgjvtk9LM4Tcta89qLDALIsozh9yWEECy4Au6B:thePassword123@/api/v1/patrons/get_balances ok 5 - 200 OK not ok 6 - exact match for JSON Pointer "" # Failed test 'exact match for JSON Pointer ""' # at /kohadevbox/koha/t/db_dependent/api/v1/patrons_accounts.t line 525. # Structures begin differing at: # $got->[0]{outstanding_credits}{lines}[0] = HASH(0x56200b4754d0) # $expected->[0]{outstanding_credits}{lines}[0] = Does not exist ok 7 - GET //aMgjvtk9LM4Tcta89qLDALIsozh9yWEECy4Au6B:thePassword123@/api/v1/patrons/get_balances ok 8 - 200 OK not ok 9 - exact match for JSON Pointer "" # Failed test 'exact match for JSON Pointer ""' # at /kohadevbox/koha/t/db_dependent/api/v1/patrons_accounts.t line 552. # Structures begin differing at: # $got->[0]{outstanding_credits}{lines}[0] = HASH(0x56200b9414b8) # $expected->[0]{outstanding_credits}{lines}[0] = Does not exist ok 10 - GET //aMgjvtk9LM4Tcta89qLDALIsozh9yWEECy4Au6B:thePassword123@/api/v1/patrons/get_balances ok 11 - 200 OK not ok 12 - exact match for JSON Pointer "" # Failed test 'exact match for JSON Pointer ""' # at /kohadevbox/koha/t/db_dependent/api/v1/patrons_accounts.t line 590. # Structures begin differing at: # $got->[0]{outstanding_credits}{lines}[0]{credit_type} = 'CREDIT' # $expected->[0]{outstanding_credits}{lines}[0]{credit_type} = 'PAYMENT' ok 13 - GET //aMgjvtk9LM4Tcta89qLDALIsozh9yWEECy4Au6B:thePassword123@/api/v1/patrons/get_balances ok 14 - 200 OK not ok 15 - exact match for JSON Pointer "" # Failed test 'exact match for JSON Pointer ""' # at /kohadevbox/koha/t/db_dependent/api/v1/patrons_accounts.t line 628. # Structures begin differing at: # $got->[0]{borrowernumber} = '51' # $expected->[0]{borrowernumber} = '66' # Looks like you failed 5 tests of 15. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
