We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f060087 commit 971669aCopy full SHA for 971669a
1 file changed
tests/fixtures/aiomqtt_fixtures.py
@@ -25,9 +25,8 @@
25
timeout=10.0,
26
)
27
28
-
29
-@pytest.fixture(name="mock_mqtt_client")
30
-async def mock_mqtt_client_fixture() -> AsyncGenerator[None, None]:
+@pytest.fixture(name="mock_aiomqtt_client")
+async def mock_aiomqtt_client_fixture() -> AsyncGenerator[None, None]:
31
"""Fixture to patch the MQTT underlying sync client.
32
33
The tests use fake sockets, so this ensures that the async mqtt client does not
0 commit comments