We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ef9f5 commit a2fa5f6Copy full SHA for a2fa5f6
src/cactus_client/check/end_device.py
@@ -66,8 +66,6 @@ def check_end_device(
66
)
67
68
# Check for more specifics
69
- if edev.lFDI is not None and (edev.lFDI.upper() != edev.lFDI):
70
- context.warnings.log_step_warning(step, f"Expected an uppercase LFDI - received {edev.lFDI}")
71
if edev.sFDI != client_config.sfdi:
72
context.warnings.log_step_warning(
73
step,
tests/unit/cactus_client/check/test_end_device.py
@@ -80,8 +80,8 @@
80
456,
81
789,
82
True,
83
- True,
84
- ), # Case mismatch
+ False,
+ ), # Case mismatch on LFDI is OK
85
(
86
{"matches_client": False, "matches_pin": True},
87
[
0 commit comments