mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-18 01:33:32 +08:00
moving to chart tests
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package tests
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/gruntwork-io/terratest/modules/helm"
|
||||
"github.com/gruntwork-io/terratest/modules/logger"
|
||||
)
|
||||
|
||||
func TestAutoscalingRunnerSetLabels(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
t.Run("should set default labels", func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
options := &helm.Options{
|
||||
Logger: logger.Discard,
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user