File tree Expand file tree Collapse file tree
tests/components/netro_watering Expand file tree Collapse file tree Original file line number Diff line number Diff line change 150150 }),
151151 dict({
152152 'id': 42,
153- 'key': 'an********et',
153+ 'key': 'an********** et',
154154 }),
155155 ]),
156- 'key': 'se********45',
156+ 'key': 'se**************** 45',
157157 'message': 'success',
158158 'nested': dict({
159159 'data': 'normal_data',
160- 'key': 'ne******** ey',
161- 'serial': 'ne********al',
160+ 'key': 'ne******ey',
161+ 'serial': 'ne********* al',
162162 }),
163163 'serial': 'AB********89',
164164 }),
226226 'is_copy': True,
227227 'output': dict({
228228 'json': dict({
229- 'key': 'se******** et',
229+ 'key': 'se**et',
230230 }),
231231 'params': 'not_a_dict',
232232 }),
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ async def mock_refresh():
200200
201201 # Verify logger was called with masked serial number
202202 mock_logger .debug .assert_called_once_with (
203- "Netro: refresh button pressed for %s" , "CT******** 23"
203+ "Netro: refresh button pressed for %s" , "CT***23"
204204 )
205205
206206 # Verify coordinator refresh was requested
You can’t perform that action at this time.
0 commit comments