Skip to content

Commit 4d43711

Browse files
committed
Fixed test to match updates in PR project-codeflare#577
1 parent f90b8ae commit 4d43711

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/e2e/util.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -1687,12 +1687,14 @@ func createGenericDeploymentAWWithMultipleItems(context *context, name string) *
16871687
GenericTemplate: runtime.RawExtension{
16881688
Raw: rb,
16891689
},
1690+
CompletionStatus: "Progressing",
16901691
},
16911692
{
16921693
DesiredAvailable: 1,
16931694
GenericTemplate: runtime.RawExtension{
16941695
Raw: rb1,
16951696
},
1697+
CompletionStatus: "Completed",
16961698
},
16971699
},
16981700
},
@@ -1708,7 +1710,7 @@ func createGenericDeploymentAWWithMultipleItems(context *context, name string) *
17081710
func createGenericDeploymentWithCPUAW(context *context, name string, cpuDemand string, replicas int) *arbv1.AppWrapper {
17091711
rb := []byte(fmt.Sprintf(`{
17101712
"apiVersion": "apps/v1",
1711-
"kind": "Deployment",
1713+
"kind": "Deployment",
17121714
"metadata": {
17131715
"name": "%s",
17141716
"namespace": "test",

0 commit comments

Comments
 (0)