Skip to content

Commit

Permalink
Fixed test to match updates in PR project-codeflare#577
Browse files Browse the repository at this point in the history
  • Loading branch information
metalcycling committed Aug 19, 2023
1 parent f90b8ae commit 4d43711
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -1687,12 +1687,14 @@ func createGenericDeploymentAWWithMultipleItems(context *context, name string) *
GenericTemplate: runtime.RawExtension{
Raw: rb,
},
CompletionStatus: "Progressing",
},
{
DesiredAvailable: 1,
GenericTemplate: runtime.RawExtension{
Raw: rb1,
},
CompletionStatus: "Completed",
},
},
},
Expand All @@ -1708,7 +1710,7 @@ func createGenericDeploymentAWWithMultipleItems(context *context, name string) *
func createGenericDeploymentWithCPUAW(context *context, name string, cpuDemand string, replicas int) *arbv1.AppWrapper {
rb := []byte(fmt.Sprintf(`{
"apiVersion": "apps/v1",
"kind": "Deployment",
"kind": "Deployment",
"metadata": {
"name": "%s",
"namespace": "test",
Expand Down

0 comments on commit 4d43711

Please sign in to comment.