From a4d4d2370a044ba3ee6d74e20b84b719ee08ef44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Fern=C3=A1ndez?= <7312236+fernandezcuesta@users.noreply.github.com> Date: Fri, 7 Mar 2025 18:24:23 +0100 Subject: [PATCH] fix: missing import --- charts/gha-runner-scale-set/tests/template_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/gha-runner-scale-set/tests/template_test.go b/charts/gha-runner-scale-set/tests/template_test.go index c113b6c3..e158ee78 100644 --- a/charts/gha-runner-scale-set/tests/template_test.go +++ b/charts/gha-runner-scale-set/tests/template_test.go @@ -2,11 +2,12 @@ package tests import ( "fmt" - "os" "path/filepath" "strings" "testing" + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" + v1alpha1 "github.com/actions/actions-runner-controller/apis/actions.github.com/v1alpha1" actionsgithubcom "github.com/actions/actions-runner-controller/controllers/actions.github.com" "github.com/gruntwork-io/terratest/modules/helm"