1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-01 12:47:53 +00:00

10 lines
217 B
Python

"""Test configuration for http."""
import pytest
@pytest.fixture
def aiohttp_client(event_loop, aiohttp_client, socket_enabled):
"""Return aiohttp_client and allow opening sockets."""
return aiohttp_client