mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-09 23:49:29 -06:00
Oh right typing
This commit is contained in:
@@ -1810,8 +1810,8 @@ class TestMailAccountTestView(APITestCase):
|
|||||||
)
|
)
|
||||||
def test_mail_account_test_view_refresh_token_fails(
|
def test_mail_account_test_view_refresh_token_fails(
|
||||||
self,
|
self,
|
||||||
mock_mock_refresh_account_oauth_token,
|
mock_mock_refresh_account_oauth_token: mock.MagicMock,
|
||||||
):
|
) -> None:
|
||||||
"""
|
"""
|
||||||
GIVEN:
|
GIVEN:
|
||||||
- Mail account with expired token
|
- Mail account with expired token
|
||||||
|
|||||||
Reference in New Issue
Block a user