Skip to content

Commit 9a56d6c

Browse files
committed
STEP800: Add missing response_cls
1 parent 8d64a4e commit 9a56d6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/step800/test_system_settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def test_report_error(self, device: STEP800) -> None:
7575
@dataclass
7676
class GetDummy(commands.OSCGetCommand):
7777
address: str = "/getDummy"
78+
response_cls = responses.Version
7879

7980
# Send the command
8081
# There exists no such command as this, so the device should

0 commit comments

Comments
 (0)