mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-08 18:39:33 +00:00
Address pytest warnings (#4695)
This commit is contained in:
@@ -18,6 +18,7 @@ from tests.dbus_service_mocks.base import DBusServiceMock
|
||||
class TestInterface(DBusServiceMock):
|
||||
"""Test interface."""
|
||||
|
||||
__test__ = False
|
||||
interface = "service.test.TestInterface"
|
||||
|
||||
def __init__(self, object_path: str = "/service/test/TestInterface"):
|
||||
|
||||
Reference in New Issue
Block a user