Remove obsolete pytest fixture

This commit is contained in:
MattHag 2024-10-02 22:28:43 +02:00 committed by Peter F. Patel-Schneider
parent bb559c0d7c
commit 691e5878f9
1 changed files with 0 additions and 6 deletions

View File

@ -65,12 +65,6 @@ class DeviceInfo:
product_id: int = 0xC52B
@pytest.fixture
def mock_request():
with mock.patch("logitech_receiver.base.request", return_value=None) as mock_request:
yield mock_request
responses_unifying = [
fake_hidpp.Response("000000", 0x8003, "FF"),
fake_hidpp.Response("000300", 0x8102),