hass-core/tests/components/http/conftest.py
2021-10-05 14:46:09 -10:00

8 lines
210 B
Python

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