Skip to content

Commit

Permalink
fix(cloud): missing jackson module loader for ZonedDateTime
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jul 4, 2024
1 parent 8b0adb1 commit b3674cd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/java/io/kestra/plugin/fs/sftp/TriggerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void move() throws Exception {
String out = FriendlyId.createFriendlyId();
Upload.Output upload = utils().upload("/upload/trigger/" + out + ".yml");

Map.Entry<ConditionContext, TriggerContext> context = TestsUtils.mockTrigger(runContextFactory, trigger);
var context = TestsUtils.mockTrigger(runContextFactory, trigger);
Optional<Execution> execution = trigger.evaluate(context.getKey(), context.getValue());

assertThat(execution.isPresent(), is(true));
Expand Down

0 comments on commit b3674cd

Please sign in to comment.