maint: Update in support of python-o365 MSAL #28
Annotations
10 errors
Run tests:
tests/integration/test_config_flow.py#L119
test_shared_email_invalid
AttributeError: 'FileSystemTokenBackend' object has no attribute 'get_token_scopes'
|
Run tests:
tests/integration/test_filemgmt.py#L34
test_attachment_download[base_config_entry0]
AttributeError: 'NoneType' object has no attribute 'state'
|
Run tests:
tests/integration/test_permissions.py#L23
test_base_permissions
AttributeError: 'NoneType' object has no attribute 'permissions'
|
Run tests:
tests/integration/test_permissions.py#L32
test_update_permissions
AttributeError: 'NoneType' object has no attribute 'permissions'
|
Run tests:
tests/integration/test_permissions.py#L47
test_shared_permissions[Mail.Read.Shared-base_config_entry0]
AttributeError: 'NoneType' object has no attribute 'permissions'
|
Run tests:
tests/integration/test_permissions.py#L64
test_update_shared_permissions[Mail.Read.Shared Mail.Send.Shared-base_config_entry0]
AttributeError: 'NoneType' object has no attribute 'permissions'
|
Run tests:
tests/integration/test_permissions.py#L85
test_missing_permissions
assert "Minimum required permissions: 'Mail.Read'" in "INFO homeassistant.loader:loader.py:774 Loaded ms365_mail from custom_components.ms365_mail\nWARNING homeassista...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'FileSystemTokenBackend' object has no attribute 'get_token_scopes'\n"
+ where "INFO homeassistant.loader:loader.py:774 Loaded ms365_mail from custom_components.ms365_mail\nWARNING homeassista...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'FileSystemTokenBackend' object has no attribute 'get_token_scopes'\n" = <_pytest.logging.LogCaptureFixture object at 0x7f9b9d5c9880>.text
|
Run tests:
tests/integration/test_sensor.py#L41
test_get_data
assert 0 == 1
+ where 0 = len([])
|
Run tests:
tests/integration/test_sensor.py#L64
test_get_autoreply[Mail.Read Mail.Send MailboxSettings.ReadWrite-base_config_entry0]
assert 0 == 2
+ where 0 = len([])
|
Run tests:
tests/integration/test_sensor.py#L76
test_get_query_build
AttributeError: 'NoneType' object has no attribute 'sensors'
|