Skip to content

Commit

Permalink
TC-TIMESYNC-2.4: Wrong validAt time in step 10 (#26794)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille authored and pull[bot] committed Aug 10, 2023
1 parent 36975d6 commit 1438566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_TIMESYNC_2_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async def test_TC_TIMESYNC_2_4(self):
ret = await self.send_set_time_zone_cmd(tz=tz)

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

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

0 comments on commit 1438566

Please sign in to comment.