Skip to content

bug: get domain via id #727

bug: get domain via id

bug: get domain via id #727

Triggered via pull request November 6, 2024 15:45
Status Failure
Total duration 3m 13s
Artifacts

tests.yml

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

Annotations

12 errors
Python / Tests (3.12, postgresql14, opensearch2): tests/resources/test_resources_domains.py#L28
test_domains_search assert 0 == 5 + where 0 = len([])
Python / Tests (3.12, postgresql14, opensearch2): tests/resources/test_resources_domains.py#L68
test_domains_read AttributeError: 'SessionAwareSQLAlchemyUserDatastore' object has no attribute 'find_domain_by_id'. Did you mean: 'find_role_by_id'?
Python / Tests (3.12, postgresql14, opensearch2): tests/resources/test_resources_domains.py#L99
test_domains_delete AttributeError: 'SessionAwareSQLAlchemyUserDatastore' object has no attribute 'find_domain_by_id'. Did you mean: 'find_role_by_id'?
Python / Tests (3.12, postgresql14, opensearch2): tests/resources/test_resources_domains.py#L130
test_domains_create AttributeError: 'SessionAwareSQLAlchemyUserDatastore' object has no attribute 'find_domain_by_id'. Did you mean: 'find_role_by_id'?
Python / Tests (3.12, postgresql14, opensearch2): tests/resources/test_resources_domains.py#L164
test_domains_update AttributeError: 'SessionAwareSQLAlchemyUserDatastore' object has no attribute 'find_domain_by_id'. Did you mean: 'find_role_by_id'?
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
Python / Tests (3.9, postgresql14, opensearch2): tests/resources/test_resources_domains.py#L28
test_domains_search assert 0 == 5 + where 0 = len([])
Python / Tests (3.9, postgresql14, opensearch2): tests/resources/test_resources_domains.py#L68
test_domains_read AttributeError: 'SessionAwareSQLAlchemyUserDatastore' object has no attribute 'find_domain_by_id'
Python / Tests (3.9, postgresql14, opensearch2): tests/resources/test_resources_domains.py#L99
test_domains_delete AttributeError: 'SessionAwareSQLAlchemyUserDatastore' object has no attribute 'find_domain_by_id'
Python / Tests (3.9, postgresql14, opensearch2): tests/resources/test_resources_domains.py#L130
test_domains_create AttributeError: 'SessionAwareSQLAlchemyUserDatastore' object has no attribute 'find_domain_by_id'
Python / Tests (3.9, postgresql14, opensearch2): tests/resources/test_resources_domains.py#L164
test_domains_update AttributeError: 'SessionAwareSQLAlchemyUserDatastore' object has no attribute 'find_domain_by_id'
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.