diff --git a/core/src/test/java/io/kestra/core/models/triggers/types/ScheduleTest.java b/core/src/test/java/io/kestra/core/models/triggers/types/ScheduleTest.java index c05701ff175..b5184d01e6f 100644 --- a/core/src/test/java/io/kestra/core/models/triggers/types/ScheduleTest.java +++ b/core/src/test/java/io/kestra/core/models/triggers/types/ScheduleTest.java @@ -357,7 +357,7 @@ void timezone() throws Exception { ZonedDateTime date = ZonedDateTime.now() .withZoneSameLocal(ZoneId.of("America/New_York")) - .withMonth(ZonedDateTime.now().getMonthValue() + 1) + .withMonth(5) .withDayOfMonth(1) .withHour(9) .withMinute(12) diff --git a/ui/src/App.vue b/ui/src/App.vue index 95ceb0e6e76..54c9ca1bf93 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -1,7 +1,7 @@ -
+ diff --git a/ui/src/components/Id.vue b/ui/src/components/Id.vue index 43904bc9538..0519a0ec940 100644 --- a/ui/src/components/Id.vue +++ b/ui/src/components/Id.vue @@ -1,5 +1,5 @@