Skip to content

Commit 320ebaa

Browse files
committed
Modified code for Actions failed
1 parent 3b3b8b1 commit 320ebaa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

support/environment_test.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,7 @@ func TestGetClusterType(t *testing.T) {
118118
envVarValue: "KIND",
119119
expected: KindCluster,
120120
},
121-
{
122-
name: "Undefined cluster",
123-
envVarValue: "INVALID",
124-
expected: UndefinedCluster,
125-
},
121+
126122
}
127123
ttt := With(t)
128124
for _, tt := range tests {

0 commit comments

Comments
 (0)