From 7fd0e2280974f85a182f1668091d15996d8a2fb9 Mon Sep 17 00:00:00 2001 From: Josef Karasek Date: Wed, 30 Aug 2023 10:10:21 +0200 Subject: [PATCH] fix execute config test --- pkg/execute/config_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/execute/config_test.go b/pkg/execute/config_test.go index bd036ff2e4..bf3cc0b6e3 100644 --- a/pkg/execute/config_test.go +++ b/pkg/execute/config_test.go @@ -78,6 +78,9 @@ func TestConfigExecutorShowConfig(t *testing.T) { plugins: cacheDir: "" repositories: {} + agentRestartPolicy: + type: "" + threshold: 0 `), }, }