Skip to content

Commit a65e4ed

Browse files
committed
minor fix
Signed-off-by: Britania Rodriguez Reyes <[email protected]>
1 parent 6f3b979 commit a65e4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/apis/placement/v1alpha1/api_validation_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ var _ = Describe("Test placement v1alpha1 API validation", func() {
455455
}
456456
// Modify the path to target 'metadata.name'
457457
cro.Spec.Policy.OverrideRules[0].JSONPatchOverrides[0].Path = "/metadata/labels/label"
458-
Expect(hubClient.Create(ctx, &cro)).Should(Succeed(), fmt.Sprintf("Create ClusterResourceOverride call produced error"))
458+
Expect(hubClient.Create(ctx, &cro)).Should(Succeed(), "Create ClusterResourceOverride call produced error")
459459
})
460460
})
461461
})

0 commit comments

Comments
 (0)