Skip to content

Commit 6fb848a

Browse files
authored
chore: Fix test from #1142 (#1143)
1 parent 347c3dd commit 6fb848a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/playwright/shiny/bugs/0648-update-slider-datetime-value/test_update_slider_datetime_value.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def check_case(
3737

3838
page.goto(local_app.url)
3939

40-
start_time = "2023-07-01 00:00:00"
41-
end_time = "2023-07-01 01:00:00"
40+
start_time = "2023-07-01 00:00:00+00:00"
41+
end_time = "2023-07-01 01:00:00+00:00"
4242

4343
check_case("one", value=(start_time, end_time))
4444
check_case(

0 commit comments

Comments
 (0)