From f98b7dc0924fe8fbc2df5e4f74e4aa666228ac2d Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Tue, 31 Mar 2026 09:23:50 -0400 Subject: [PATCH] update tests --- internal/configs/action_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/configs/action_test.go b/internal/configs/action_test.go index a68a2e802a..92eb07d65d 100644 --- a/internal/configs/action_test.go +++ b/internal/configs/action_test.go @@ -248,6 +248,7 @@ func TestDecodeActionTriggerBlock(t *testing.T) { { fooActionExpr, fooActionExpr.Range(), + fooConfigAction, }, }, }, @@ -273,6 +274,7 @@ func TestDecodeActionTriggerBlock(t *testing.T) { { fooActionExpr, fooActionExpr.Range(), + fooConfigAction, }, }, }, @@ -298,6 +300,7 @@ func TestDecodeActionTriggerBlock(t *testing.T) { { fooActionExpr, fooActionExpr.Range(), + fooConfigAction, }, }, },