Skip to content

Commit 2938578

Browse files
committed
fix: update shapshots
1 parent ef1ac49 commit 2938578

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/devices/__snapshots__/test_v1_device.ambr

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'roomId': 2362003,
3333
'share': False,
3434
'silentOtaSwitch': True,
35-
'sn': 'abc123',
35+
'sn': '**REDACTED**',
3636
'timeZoneId': 'America/Los_Angeles',
3737
'tuyaMigrated': False,
3838
}),
@@ -369,7 +369,7 @@
369369
'isWorkdayHolidaySupported': False,
370370
}),
371371
'network_info': dict({
372-
'ip': '',
372+
'ip': '**REDACTED**',
373373
}),
374374
}),
375375
})
@@ -407,7 +407,7 @@
407407
'roomId': 2362003,
408408
'share': False,
409409
'silentOtaSwitch': True,
410-
'sn': 'abc123',
410+
'sn': '**REDACTED**',
411411
'timeZoneId': 'America/Los_Angeles',
412412
'tuyaMigrated': False,
413413
}),
@@ -724,7 +724,7 @@
724724
'startMinute': 0,
725725
}),
726726
'network_info': dict({
727-
'ip': '',
727+
'ip': '**REDACTED**',
728728
}),
729729
}),
730730
})
@@ -762,7 +762,7 @@
762762
'roomId': 2362003,
763763
'share': False,
764764
'silentOtaSwitch': True,
765-
'sn': 'abc123',
765+
'sn': '**REDACTED**',
766766
'timeZoneId': 'America/Los_Angeles',
767767
'tuyaMigrated': False,
768768
}),
@@ -1072,7 +1072,7 @@
10721072
'isWorkdayHolidaySupported': False,
10731073
}),
10741074
'network_info': dict({
1075-
'ip': '',
1075+
'ip': '**REDACTED**',
10761076
}),
10771077
'status': dict({
10781078
'battery': 100,
@@ -1136,7 +1136,7 @@
11361136
'roomId': 2362003,
11371137
'share': False,
11381138
'silentOtaSwitch': True,
1139-
'sn': 'abc123',
1139+
'sn': '**REDACTED**',
11401140
'timeZoneId': 'America/Los_Angeles',
11411141
'tuyaMigrated': False,
11421142
}),
@@ -1446,7 +1446,7 @@
14461446
'isWorkdayHolidaySupported': False,
14471447
}),
14481448
'network_info': dict({
1449-
'ip': '',
1449+
'ip': '**REDACTED**',
14501450
}),
14511451
'sound_volume': dict({
14521452
'volume': 90,

0 commit comments

Comments
 (0)