Skip to content

Commit fd004fb

Browse files
committed
make test
1 parent 2863999 commit fd004fb

5 files changed

+5
-10
lines changed

tests/clustergroup-industrial-edge-factory.expected.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,7 @@ spec:
455455
hs.status = "Healthy"
456456
hs.message = obj.status.phase
457457
return hs
458-
end
459-
if obj.status.phase == "Bound" then
458+
elseif obj.status.phase == "Bound" then
460459
hs.status = "Healthy"
461460
hs.message = obj.status.phase
462461
return hs

tests/clustergroup-industrial-edge-hub.expected.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,8 +1088,7 @@ spec:
10881088
hs.status = "Healthy"
10891089
hs.message = obj.status.phase
10901090
return hs
1091-
end
1092-
if obj.status.phase == "Bound" then
1091+
elseif obj.status.phase == "Bound" then
10931092
hs.status = "Healthy"
10941093
hs.message = obj.status.phase
10951094
return hs

tests/clustergroup-medical-diagnosis-hub.expected.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,8 +1264,7 @@ spec:
12641264
hs.status = "Healthy"
12651265
hs.message = obj.status.phase
12661266
return hs
1267-
end
1268-
if obj.status.phase == "Bound" then
1267+
elseif obj.status.phase == "Bound" then
12691268
hs.status = "Healthy"
12701269
hs.message = obj.status.phase
12711270
return hs

tests/clustergroup-naked.expected.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ spec:
278278
hs.status = "Healthy"
279279
hs.message = obj.status.phase
280280
return hs
281-
end
282-
if obj.status.phase == "Bound" then
281+
elseif obj.status.phase == "Bound" then
283282
hs.status = "Healthy"
284283
hs.message = obj.status.phase
285284
return hs

tests/clustergroup-normal.expected.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,8 +853,7 @@ spec:
853853
hs.status = "Healthy"
854854
hs.message = obj.status.phase
855855
return hs
856-
end
857-
if obj.status.phase == "Bound" then
856+
elseif obj.status.phase == "Bound" then
858857
hs.status = "Healthy"
859858
hs.message = obj.status.phase
860859
return hs

0 commit comments

Comments
 (0)