Skip to content
Prev Previous commit
Next Next commit
fix test format
  • Loading branch information
asm582 committed Feb 7, 2023
commit a09f10273b438140620cc511339f78de287d7e8e
2 changes: 1 addition & 1 deletion test/e2e/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ func createGenericJobAWWithStatus(context *context, name string) *arbv1.AppWrapp
}

func createGenericAWTimeoutWithStatus(context *context, name string) *arbv1.AppWrapper {
rb := []byte(`{{
rb := []byte(`{
"apiVersion": "batch/v1",
"kind": "Job",
"metadata": {
Expand Down