Skip to content

Commit

Permalink
Fix unicode chars in zha tests (#135954)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Jan 18, 2025
1 parent 8a3ef10 commit 6690b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/components/zha/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def com_port(device="/dev/ttyUSB1234") -> ListPortInfo:
"network": "ethernet",
"board": "esp32-poe",
"platform": "ESP32",
"maс": "8c4b14c33c24",
"mac": "8c4b14c33c24",
"version": "2023.12.8",
},
),
Expand All @@ -202,7 +202,7 @@ def com_port(device="/dev/ttyUSB1234") -> ListPortInfo:
"network": "ethernet",
"board": "esp32-poe",
"platform": "ESP32",
"maс": "8c4b14c33c24",
"mac": "8c4b14c33c24",
"version": "2023.12.8",
},
),
Expand Down

0 comments on commit 6690b12

Please sign in to comment.