We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971669a commit fcbc672Copy full SHA for fcbc672
tests/fixtures/aiomqtt_fixtures.py
@@ -16,15 +16,6 @@
16
from .mqtt import FakeMqttSocketHandler, Subscriber
17
18
19
-FAKE_PARAMS = MqttParams(
20
- host="localhost",
21
- port=1883,
22
- tls=False,
23
- username="username",
24
- password="password",
25
- timeout=10.0,
26
-)
27
-
28
@pytest.fixture(name="mock_aiomqtt_client")
29
async def mock_aiomqtt_client_fixture() -> AsyncGenerator[None, None]:
30
"""Fixture to patch the MQTT underlying sync client.
0 commit comments