Skip to content

Commit 5000850

Browse files
cecillepull[bot]
authored andcommitted
TC-TIMESYNC-2.4: Wrong validAt time in step 10 (#26794)
1 parent 87993bc commit 5000850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_TIMESYNC_2_4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async def test_TC_TIMESYNC_2_4(self):
9898
ret = await self.send_set_time_zone_cmd(tz=tz)
9999

100100
self.print_step(10, "Send SetTimeZone command - bad validAt time")
101-
tz = [tz_struct(offset=3600, validAt=0, name="Europe/Dublin")]
101+
tz = [tz_struct(offset=3600, validAt=utc_time_in_matter_epoch(), name="Europe/Dublin")]
102102
await self.send_set_time_zone_cmd_expect_error(tz=tz, error=Status.ConstraintError)
103103

104104
self.print_step(11, "Send SetTimeZone command - bad second entry")

0 commit comments

Comments
 (0)