Add return type to async tests without arguments (#87612)
This commit is contained in:
parent
ea32a2ae63
commit
aa00114c2f
51 changed files with 117 additions and 117 deletions
|
@ -42,7 +42,7 @@ async def test_async_create_certificate_temp_files(
|
|||
)
|
||||
|
||||
|
||||
async def test_reading_non_exitisting_certificate_file():
|
||||
async def test_reading_non_exitisting_certificate_file() -> None:
|
||||
"""Test reading a non existing certificate file."""
|
||||
assert (
|
||||
mqtt.util.migrate_certificate_file_to_content("/home/file_not_exists") is None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue