bug: get domain via id #727
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.
|