Skip to content

bug: add handler for handling changed domain #699

bug: add handler for handling changed domain

bug: add handler for handling changed domain #699

Triggered via pull request November 7, 2024 09:52
Status Failure
Total duration 3m 12s
Artifacts

tests.yml

on: pull_request
Matrix: Tests / Tests
Fit to window
Zoom out
Zoom in

Annotations

18 errors
Tests / Tests (3.9, postgresql14, opensearch2): tests/test_admin.py#L36
test_admin TypeError: action_view() got an unexpected keyword argument 'cls'
Tests / Tests (3.9, postgresql14, opensearch2): tests/test_cli.py#L150
test_cli_activate_deactivate AssertionError: assert 1 == 0 + where 1 = <Result TypeError('filter_by() takes 1 positional argument but 2 were given')>.exit_code
Tests / Tests (3.9, postgresql14, opensearch2): tests/test_views.py#L46
test_no_log_in_message_for_logged_in_users TypeError: filter_by() takes 1 positional argument but 2 were given
Tests / Tests (3.9, postgresql14, opensearch2): tests/test_views.py#L85
test_registration_blocked TypeError: filter_by() takes 1 positional argument but 2 were given
Tests / Tests (3.9, postgresql14, opensearch2): tests/test_views_rest.py#L179
test_registration_view TypeError: filter_by() takes 1 positional argument but 2 were given
Tests / Tests (3.9, postgresql14, opensearch2): tests/test_views_rest.py#L205
test_custom_registration_view TypeError: filter_by() takes 1 positional argument but 2 were given
Tests / Tests (3.9, postgresql14, opensearch2): tests/test_views_rest.py#L224
test_registration_view_blocked_by_domain TypeError: filter_by() takes 1 positional argument but 2 were given
Tests / Tests (3.9, postgresql14, opensearch2): tests/test_views_rest.py#L463
test_confirm_email_view TypeError: filter_by() takes 1 positional argument but 2 were given
Tests / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
Tests / Tests (3.12, postgresql14, opensearch2): tests/test_admin.py#L36
test_admin TypeError: BaseModelView.action_view() got an unexpected keyword argument 'cls'
Tests / Tests (3.12, postgresql14, opensearch2): tests/test_cli.py#L150
test_cli_activate_deactivate AssertionError: assert 1 == 0 + where 1 = <Result TypeError('Query.filter_by() takes 1 positional argument but 2 were given')>.exit_code
Tests / Tests (3.12, postgresql14, opensearch2): tests/test_views.py#L46
test_no_log_in_message_for_logged_in_users TypeError: Query.filter_by() takes 1 positional argument but 2 were given
Tests / Tests (3.12, postgresql14, opensearch2): tests/test_views.py#L85
test_registration_blocked TypeError: Query.filter_by() takes 1 positional argument but 2 were given
Tests / Tests (3.12, postgresql14, opensearch2): tests/test_views_rest.py#L179
test_registration_view TypeError: Query.filter_by() takes 1 positional argument but 2 were given
Tests / Tests (3.12, postgresql14, opensearch2): tests/test_views_rest.py#L205
test_custom_registration_view TypeError: Query.filter_by() takes 1 positional argument but 2 were given
Tests / Tests (3.12, postgresql14, opensearch2): tests/test_views_rest.py#L224
test_registration_view_blocked_by_domain TypeError: Query.filter_by() takes 1 positional argument but 2 were given
Tests / Tests (3.12, postgresql14, opensearch2): tests/test_views_rest.py#L463
test_confirm_email_view TypeError: Query.filter_by() takes 1 positional argument but 2 were given
Tests / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.