mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
9 lines
210 B
Python
9 lines
210 B
Python
"""Test configuration for auth."""
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def aiohttp_client(loop, aiohttp_client, socket_enabled):
|
|
"""Return aiohttp_client and allow opening sockets."""
|
|
return aiohttp_client
|