fix type
This commit is contained in:
parent
5368b667e6
commit
4d8033ca9d
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ def URL(env_config: dict[str, str]) -> BaseUrl:
|
|||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def imap_client() -> None:
|
||||
def imap_client() -> Generator[Imbox]:
|
||||
"""imap email client using credentials from environment variables"""
|
||||
|
||||
assert os.environ["IMAP_HOST"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue