cleanup MQTT topic handling

This commit is contained in:
Stefan Allius
2025-05-18 19:48:16 +02:00
parent bfd7dbe032
commit fb4fe6b34d
2 changed files with 63 additions and 63 deletions

View File

@@ -17,7 +17,7 @@ NO_MOSQUITTO_TEST = False
pytest_plugins = ('pytest_asyncio',)
@pytest.fixture(scope="module", autouse=True)
@pytest.fixture(scope="function", autouse=True)
def module_init():
Singleton._instances.clear()
yield