Skip to content

Commit 98fec4b

Browse files
revit13openshift-merge-robot
authored andcommitted
Fix tests.
Signed-off-by: Revital Sur <eres@il.ibm.com>
1 parent f678eea commit 98fec4b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

demo-notebooks/guided-demos/notebook-ex-outputs/gptfttest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,5 @@ spec:
189189
to:
190190
kind: Service
191191
name: gptfttest-head-svc
192-
replica: 1
192+
replicas: 1
193193
Items: []

demo-notebooks/guided-demos/notebook-ex-outputs/instascaletest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,5 @@ spec:
189189
to:
190190
kind: Service
191191
name: instascaletest-head-svc
192-
replica: 1
192+
replicas: 1
193193
Items: []

demo-notebooks/guided-demos/notebook-ex-outputs/interactivetest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,5 @@ spec:
189189
to:
190190
kind: Service
191191
name: interactivetest-head-svc
192-
replica: 1
192+
replicas: 1
193193
Items: []

demo-notebooks/guided-demos/notebook-ex-outputs/jobtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ spec:
169169
to:
170170
kind: Service
171171
name: jobtest-head-svc
172-
replica: 1
172+
replicas: 1
173173
Items: []

demo-notebooks/guided-demos/notebook-ex-outputs/raytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ spec:
169169
to:
170170
kind: Service
171171
name: raytest-head-svc
172-
replica: 1
172+
replicas: 1
173173
Items: []

tests/test-case-bad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,5 +171,5 @@ spec:
171171
to:
172172
kind: Service
173173
name: unit-test-cluster-head-svc
174-
replica: 1
174+
replicas: 1
175175
Items: []

tests/test-case.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,5 @@ spec:
191191
to:
192192
kind: Service
193193
name: unit-test-cluster-head-svc
194-
replica: 1
194+
replicas: 1
195195
Items: []

0 commit comments

Comments
 (0)