Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
begelundmuller committed Dec 19, 2024
1 parent 1ad5e73 commit 1e9ba45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/reconcilers/alert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ notify:
IntervalsIsoDuration: "P1D",
IntervalsCheckUnclosed: true,
Resolver: "sql",
ResolverProperties: must(structpb.NewStruct(map[string]any{"sql": "select * from bar where country <> 'Denmark'"})),
ResolverProperties: must(structpb.NewStruct(map[string]any{"connector": "duckdb", "sql": "select * from bar where country <> 'Denmark'"})),
NotifyOnRecover: false,
NotifyOnFail: true,
NotifyOnError: false,
Expand Down

0 comments on commit 1e9ba45

Please sign in to comment.