We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d64a4e commit 9a56d6cCopy full SHA for 9a56d6c
tests/step800/test_system_settings.py
@@ -75,6 +75,7 @@ def test_report_error(self, device: STEP800) -> None:
75
@dataclass
76
class GetDummy(commands.OSCGetCommand):
77
address: str = "/getDummy"
78
+ response_cls = responses.Version
79
80
# Send the command
81
# There exists no such command as this, so the device should
0 commit comments