Skip to content

Fix fints login

Fix fints login #1403

GitHub Actions / JUnit Test Report failed Sep 30, 2024 in 0s

1283 tests run, 1277 passed, 1 skipped, 5 failed.

Annotations

Check failure on line 1 in TestAccount

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestAccount.test_accounts_show_json[query_args0]

AssertionError: Expected url /finance/accounts/47/json to return 200, got 400
Raw output
tests/frontend/test_finance.py:236: in test_accounts_show_json
    resp = client.assert_url_ok(
E   AssertionError: Expected url /finance/accounts/47/json to return 200, got 400

Check failure on line 1 in TestAccount

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestAccount.test_accounts_show_json[query_args1]

AssertionError: Expected url /finance/accounts/47/json?limit=1 to return 200, got 400
Raw output
tests/frontend/test_finance.py:236: in test_accounts_show_json
    resp = client.assert_url_ok(
E   AssertionError: Expected url /finance/accounts/47/json?limit=1 to return 200, got 400

Check failure on line 1 in TestAccount

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestAccount.test_accounts_show_json[query_args2]

AssertionError: Expected url /finance/accounts/47/json?sort=description&order=desc to return 200, got 400
Raw output
tests/frontend/test_finance.py:236: in test_accounts_show_json
    resp = client.assert_url_ok(
E   AssertionError: Expected url /finance/accounts/47/json?sort=description&order=desc to return 200, got 400

Check failure on line 1 in TestAccount

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestAccount.test_accounts_show_json[query_args3]

AssertionError: Expected url /finance/accounts/47/json?splitted=True&sort=soll_description&order=desc to return 200, got 400
Raw output
tests/frontend/test_finance.py:236: in test_accounts_show_json
    resp = client.assert_url_ok(
E   AssertionError: Expected url /finance/accounts/47/json?splitted=True&sort=soll_description&order=desc to return 200, got 400

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:609: in test_last_not_booked__current_not_booked
    check_current_and_next_month(Decimal(-5))
tests/lib/test_finance.py:567: 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')