Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 6c5a044

Browse files
committed
Fix test
Signed-off-by: Mattias Gees <mattias.gees@gmail.com>
1 parent fa61827 commit 6c5a044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tarmak/cluster/cluster_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,12 @@ func TestCluster_ValidateClusterInstancePoolTypesHub(t *testing.T) {
238238
passTypes := []string{
239239
clusterv1alpha1.InstancePoolTypeBastion,
240240
clusterv1alpha1.InstancePoolTypeVault,
241+
clusterv1alpha1.InstancePoolTypeJenkins,
241242
}
242243
failTypes := []string{
243244
clusterv1alpha1.InstancePoolTypeMaster,
244245
clusterv1alpha1.InstancePoolTypeWorker,
245246
clusterv1alpha1.InstancePoolTypeEtcd,
246-
clusterv1alpha1.InstancePoolTypeJenkins,
247247
}
248248
tryInstancePoolTypes(c, passTypes, failTypes, t)
249249

0 commit comments

Comments
 (0)