mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 19:06:08 +01:00
10 lines
217 B
Python
10 lines
217 B
Python
"""Test configuration for auth."""
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def aiohttp_client(event_loop, aiohttp_client, socket_enabled):
|
|
"""Return aiohttp_client and allow opening sockets."""
|
|
return aiohttp_client
|