From 2f869b17ee6fe5eaebe38a2aaad5779fa5ce4126 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:35:49 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- internal/exec/yaml_func_store_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/exec/yaml_func_store_test.go b/internal/exec/yaml_func_store_test.go index c31f95e775..4a90390548 100644 --- a/internal/exec/yaml_func_store_test.go +++ b/internal/exec/yaml_func_store_test.go @@ -36,8 +36,8 @@ func TestProcessTagStore(t *testing.T) { } // Populate the store with some data - require.NoError(t, redisStore.Set("dev", "vpc", "cidr", "10.0.0.0/16")) - require.NoError(t, redisStore.Set("prod", "vpc", "cidr", "172.16.0.0/16")) + require.NoError(t, redisStore.Set("dev", "vpc", "cidr", "10.0.0.0/16")) + require.NoError(t, redisStore.Set("prod", "vpc", "cidr", "172.16.0.0/16")) tests := []struct { name string