Skip to content

Enable export of non-attributable transfers #1139

Enable export of non-attributable transfers

Enable export of non-attributable transfers #1139

GitHub Actions / JUnit Test Report failed Mar 31, 2024 in 0s

1249 tests run, 1246 passed, 1 skipped, 2 failed.

Annotations

Check failure on line 1 in TestPermissionsUser

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestPermissionsUser.test_access_finance

AssertionError: Access to /finance/bank-account-activities/return/do/ expected to be forbidden, got status 405
Raw output
tests/frontend/test_permissions.py:112: in test_access_finance
    client.assert_url_forbidden(url)
E   AssertionError: Access to /finance/bank-account-activities/return/do/ expected to be forbidden, got status 405

Check failure on line 1 in TestBalanceEstimation

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestBalanceEstimation.test_last_not_booked__current_not_booked

AssertionError: assert Decimal('-5') == Decimal('0.00')
  +Decimal('-5')
  -Decimal('0.00')
Raw output
tests/lib/test_finance.py:606: in test_last_not_booked__current_not_booked
    check_current_and_next_month(Decimal(-5))
tests/lib/test_finance.py:564: in _check_current_and_next_month
    assert base == estimate_balance(session, user, in_grace_current_month)
E   AssertionError: assert Decimal('-5') == Decimal('0.00')
E     +Decimal('-5')
E     -Decimal('0.00')