Skip to content

Commit fcbc672

Browse files
committed
chore: remove duplicate params
1 parent 971669a commit fcbc672

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/fixtures/aiomqtt_fixtures.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@
1616
from .mqtt import FakeMqttSocketHandler, Subscriber
1717

1818

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-
2819
@pytest.fixture(name="mock_aiomqtt_client")
2920
async def mock_aiomqtt_client_fixture() -> AsyncGenerator[None, None]:
3021
"""Fixture to patch the MQTT underlying sync client.

0 commit comments

Comments
 (0)